mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-15 15:59:22 +01:00
12 lines
343 B
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;
|
|
}
|