changes the dark background to black on nebula
OLED nebula.tv by ShoulderMissiles
Details
AuthorShoulderMissiles
LicenseNo License
Categorynebula.tv
Created
Updated
Size466 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name OLED nebula.tv
@version 20241017.11.40
@namespace https://userstyles.world/user/ShoulderMissiles
@author ShoulderMissiles
==/UserStyle== */
@-moz-document domain("nebula.tv") {
.css-1bhio9d,
.css-1jz06vv,
.css-1sgip3r,
.css-1cpxeuj,
.css-1uc8zam,
.css-1vcd3cv {
background-color: #000;
}
.css-1y6ac0h {
border-bottom-color: #111;
border-bottom-style: solid;
border-bottom-width: 1px;
}
}