aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-17 11:51:08 +0100
committerChocobozzz <me@florianbigard.com>2019-01-17 11:51:08 +0100
commitaa87909287c4f4d38696244e32828265b040c7d5 (patch)
tree1666061dada8cd6e3df434764269d19c87dc7863 /client/src/sass/include
parentf2fab901df31a0e7081f4bb225f28e98798950b0 (diff)
downloadPeerTube-aa87909287c4f4d38696244e32828265b040c7d5.tar.gz
PeerTube-aa87909287c4f4d38696244e32828265b040c7d5.tar.zst
PeerTube-aa87909287c4f4d38696244e32828265b040c7d5.zip
Fix calendar in dark mode
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 5b3346508..e18e9ae9d 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -261,6 +261,10 @@
261 color: transparent; 261 color: transparent;
262 text-shadow: 0 0 0 #000; 262 text-shadow: 0 0 0 #000;
263 } 263 }
264
265 option {
266 color: #000;
267 }
264 } 268 }
265} 269}
266 270