mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
8 lines
194 B
CSS
8 lines
194 B
CSS
@-moz-document url-prefix("about:") {
|
|
host, :root {
|
|
--in-content-page-background: transparent !important;
|
|
}
|
|
* {
|
|
background: rgba(25, 25, 25, 255) !important;
|
|
}
|
|
}
|