Reddit - Dark Background
Reddit - Dark Background by alkarnur
Details
Authoralkarnur
LicenseNo License
Categoryreddit.com
Created
Updated
Size564 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 Reddit - Dark Background
@version 20230925.18.15
@namespace userstyles.world/user/alkarnur
@description Reddit - Dark Background
@author alkarnur
@license No License
==/UserStyle== */
@-moz-document domain("reddit.com") {
div:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) > div:nth-of-type(2),
html > body > div:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(2) > div > div > div > div:nth-of-type(2) {
background-color: #333 !important;
}
}