Make ExtraBar dark when using dark mode (#2718)

* Make ExtraBar dark when using dark mode

* Update ExtraBar to use colors from MainBar in dark mode

* Update the colour

---------

Co-authored-by: zoltan-ofir <45757556+zoltan-ofir@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2023-05-17 11:18:51 -04:00
committed by GitHub
parent 3b8bddd5e7
commit 3899b7c582

View File

@@ -13,6 +13,18 @@
display: none; display: none;
} }
#extra-bar.dark-mode {
background: #1F1F1F;
}
#extra-bar.dark-mode .btn-link {
color: rgba(243,243,243,0.7);
}
#extra-bar.dark-mode span.backLabel {
color: rgba(243,243,243,0.7);
}
span.backLabel { span.backLabel {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
font-weight: normal; font-weight: normal;