gist/web-browsers/usercss/black-background.user.css

12 lines
343 B
CSS

/* ==UserStyle==
@name (AMOLED) Black Background
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/black-background.user.css
@namespace eu.aminda
@version 2024.22.1
==/UserStyle== */
/* Either the Serif or Sans-Serif specified above. */
body {
background-color: "#000000" !important;
}