Refine Apple navigation icons

This commit is contained in:
emil28092005
2026-09-19 13:12:42 +03:00
parent 937f9c1f64
commit 39644b0008
2 changed files with 31 additions and 3 deletions
+22
View File
@@ -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 {