diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:30:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:34:29 +0100 |
commit | f2fab901df31a0e7081f4bb225f28e98798950b0 (patch) | |
tree | 59a7fc9b5d22837e66654e09429ccfa2555364c6 /client/src/sass/application.scss | |
parent | dc094603cd9eccce3243a6b6ccec3416491f59d2 (diff) | |
download | PeerTube-f2fab901df31a0e7081f4bb225f28e98798950b0.tar.gz PeerTube-f2fab901df31a0e7081f4bb225f28e98798950b0.tar.zst PeerTube-f2fab901df31a0e7081f4bb225f28e98798950b0.zip |
Fix invisible things in dark mode
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 37837bfc0..783464f86 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -290,6 +290,10 @@ ngb-tabset.bootstrap { | |||
290 | @include disable-default-a-behaviour; | 290 | @include disable-default-a-behaviour; |
291 | 291 | ||
292 | color: var(--mainForegroundColor) !important; | 292 | color: var(--mainForegroundColor) !important; |
293 | |||
294 | &.active { | ||
295 | color: #000 !important; | ||
296 | } | ||
293 | } | 297 | } |
294 | } | 298 | } |
295 | } | 299 | } |