gist/web-browsers/usercss/black-background.user.css

15 lines
306 B
CSS
Raw Permalink Normal View History

2024-06-19 07:53:27 +02:00
/**
* ==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;
}