Refine Apple navigation icons
This commit is contained in:
+22
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user