Skip to content

Instantly share code, notes, and snippets.

View querkmachine's full-sized avatar

beeps querkmachine

View GitHub Profile
/* Basic Transparency */
:root {
@media not (prefers-reduced-transparency) {
appearance: -moz-sidebar !important;
}
--dmn-theme-main-background-light: transparent;
--dmn-theme-main-background-dark: rgba(0, 0, 0, 0.1);
--dmn-theme-main-background: var(--dmn-theme-main-background-light);
}