Dark mode tweaks
Summary: Went over all plugins and did superficial fixes to make most plugins look decent or at least usable in dark mode, which before they weren't :) Reviewed By: priteshrnandgaonkar Differential Revision: D29456680 fbshipit-source-id: 3952e5da512c68b89434eea081faf121d1049908
This commit is contained in:
committed by
Facebook GitHub Bot
parent
014e571f74
commit
8cbdd3d148
@@ -47,7 +47,7 @@
|
||||
// Divider color
|
||||
@divider-color: #181818; // white 10%
|
||||
|
||||
::-webkit-scrollbar { width: 8px;}
|
||||
::-webkit-scrollbar { width: 8px; height: 8px; }
|
||||
::-webkit-scrollbar-track-piece { background-color: transparent; }
|
||||
::-webkit-scrollbar-thumb { height: 50px; background-color: rgba(255, 255, 255, 0.5); border-radius: 3px;}
|
||||
::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.5); border-radius: 3px;}
|
||||
::-webkit-scrollbar-thumb:hover {background-color: rgba(255, 255, 255, 0.7);}
|
||||
|
||||
Reference in New Issue
Block a user