This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--browser-background: #38383d; | |
} | |
/* Prevents New Tab White Flash */ | |
tabbrowser tabpanels { | |
background-color: var(--browser-background) !important; | |
} | |
/* Dark Theme for Context Menu Top Row */ |