diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:51:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:51:08 +0100 |
commit | aa87909287c4f4d38696244e32828265b040c7d5 (patch) | |
tree | 1666061dada8cd6e3df434764269d19c87dc7863 /client/src/sass/application.scss | |
parent | f2fab901df31a0e7081f4bb225f28e98798950b0 (diff) | |
download | PeerTube-aa87909287c4f4d38696244e32828265b040c7d5.tar.gz PeerTube-aa87909287c4f4d38696244e32828265b040c7d5.tar.zst PeerTube-aa87909287c4f4d38696244e32828265b040c7d5.zip |
Fix calendar in dark mode
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 783464f86..478737a43 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -290,12 +290,12 @@ 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 | } | ||
297 | } | 293 | } |
298 | } | 294 | } |
295 | |||
296 | .nav-pills .nav-link.active { | ||
297 | color: #000 !important; | ||
298 | } | ||
299 | } | 299 | } |
300 | 300 | ||
301 | .nav-tabs .nav-link.active { | 301 | .nav-tabs .nav-link.active { |