Commit 29c82a55 authored by kushalpandya's avatar kushalpandya

Update banner colors to make it more noticeable over broadcast message

parent 0c64ccc9
...@@ -20,17 +20,26 @@ ...@@ -20,17 +20,26 @@
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100%;
background: $white-light; background: $red-400;
color: $white-light;
text-align: center; text-align: center;
z-index: 400; z-index: 400;
.close {
color: $white-dark;
opacity: 0.7;
&:hover {
color: $black;
}
}
p a { p a {
color: $gl-link-color;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
&:hover { &:hover {
color: $gl-link-hover-color; color: $white-dark;
text-decoration: underline; text-decoration: underline;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment