gist/web-browsers/usercss/black-background.user.css
2024-06-19 08:53:27 +03:00

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;
}