diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..820ec4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.agents/ +.codex/ diff --git a/Apple_ref/index.html b/Apple_ref/index.html index 1bea6b8..92836ca 100644 --- a/Apple_ref/index.html +++ b/Apple_ref/index.html @@ -8,10 +8,16 @@
diff --git a/Apple_ref/styles.css b/Apple_ref/styles.css index 5ddda8f..ae90f9a 100644 --- a/Apple_ref/styles.css +++ b/Apple_ref/styles.css @@ -39,6 +39,28 @@ body { .logo { color: black; font-size: 18px; + display: inline-flex; + align-items: center; +} + +#navbar img { + width: 16px; + height: 16px; + display: block; +} + +#navbar .logo img { + width: 18px; + height: 18px; +} + +.nav-icon { + display: inline-flex; + align-items: center; +} + +#navbar a:hover { + opacity: .65; } #navbar span {