From 0924c3c31e42eda83366b5e2b51831686c996e1a Mon Sep 17 00:00:00 2001 From: emil28092005 Date: Sat, 19 Sep 2026 13:12:42 +0300 Subject: [PATCH] Refine Apple navigation icons --- .gitignore | 2 ++ Apple_ref/index.html | 12 +++++++++--- Apple_ref/styles.css | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 .gitignore 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 {