Skip to content

Instantly share code, notes, and snippets.

View wxMichael's full-sized avatar

Michael wxMichael

  • USA
View GitHub Profile
@wxMichael
wxMichael / userChrome.css
Last active December 8, 2021 06:19
Firefox Quantum Dark Theme Fixes
:root {
--browser-background: #38383d;
}
/* Prevents New Tab White Flash */
tabbrowser tabpanels {
background-color: var(--browser-background) !important;
}
/* Dark Theme for Context Menu Top Row */