mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-15 07:49:23 +01:00
11 lines
287 B
CSS
11 lines
287 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.2
|
|
==/UserStyle== */
|
|
|
|
body {
|
|
background-color: #000000 !important;
|
|
}
|