diff --git a/src/renderer/css/components/ExtraBar.css b/src/renderer/css/components/ExtraBar.css index bd73ba3b..57a67ce7 100644 --- a/src/renderer/css/components/ExtraBar.css +++ b/src/renderer/css/components/ExtraBar.css @@ -13,6 +13,18 @@ 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 { font-family: "Open Sans", sans-serif; font-weight: normal;