dark-mode: Refactor top-of-messages logo to have CSS styles.

This changes the fill and stroke styles to be in CSS rather than
inlined in the SVG, making it easier to change and override elsewhere.
This commit is contained in:
Brock Whittaker
2017-11-29 16:01:51 -08:00
committed by Tim Abbott
parent a2729c52d0
commit d883f3308c
2 changed files with 12 additions and 2 deletions

View File

@@ -99,6 +99,16 @@ p.n-margin {
height: 24px;
}
.top-messages-logo svg circle {
fill: #444;
stroke: #444;
}
.top-messages-logo svg path {
fill: #fff;
stroke: #fff;
}
#unmute_muted_topic_notification {
display: none;
position: absolute;