mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
15 lines
306 B
CSS
15 lines
306 B
CSS
/**
|
|
* ==UserStyle==
|
|
* ==/UserStyle==
|
|
*
|
|
* @format
|
|
* @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
|
|
*/
|
|
|
|
body {
|
|
background-color: #000000 !important;
|
|
}
|