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

11 lines
287 B
CSS
Raw Normal View History

/* ==UserStyle==
@name (AMOLED) Black Background
2024-05-30 15:03:19 +02:00
@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;
}