mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-25 04:39:24 +01:00
12 lines
330 B
CSS
12 lines
330 B
CSS
|
/* ==UserStyle==
|
||
|
@name (AMOLED) Black Background
|
||
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/usercss/black-background.user.css
|
||
|
@namespace eu.aminda
|
||
|
@version 2024.22.0
|
||
|
==/UserStyle== */
|
||
|
|
||
|
/* Either the Serif or Sans-Serif specified above. */
|
||
|
body {
|
||
|
background-color: "#000000" !important;
|
||
|
}
|