Updated styling
This commit is contained in:
@@ -19,19 +19,16 @@
|
||||
color: #fff;
|
||||
font-weight: lighter;
|
||||
|
||||
&:hover img {
|
||||
filter: brightness(5%) sepia(75) saturate(100) hue-rotate(25deg);
|
||||
}
|
||||
&:hover img { filter: brightness(5%) sepia(75) saturate(100) hue-rotate(25deg); }
|
||||
&:hover, &:visited:hover { color: #b10000; }
|
||||
}
|
||||
|
||||
.navbar-button {
|
||||
//color: rgba(255, 255, 255, 0.55);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-weight: normal;
|
||||
padding: 0 8px 0 8px;
|
||||
|
||||
//&:hover {
|
||||
// color: rgba(255, 255, 255, 0.75);
|
||||
//}
|
||||
&:hover { color: #b10000; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,11 +45,10 @@
|
||||
}
|
||||
|
||||
button {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.15) !important;
|
||||
}
|
||||
&:hover { color: #b10000; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user