Dark
pengejunglen.dk Dark by overflowwww
Details
Authoroverflowwww
LicenseNo License
Categorypengejunglen.dk
Created
Updated
Size580 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 pengejunglen.dk Dark
@version 20240328.13.48
@namespace https://userstyles.world/user/overflowwww
@description Dark
@author overflowwww
==/UserStyle== */
@-moz-document domain("pengejunglen.dk") {
body {
background-color: #202020;
}
.post {
color: #999999 !important;
}
h1, h2, h3, h4, h5, h6 {
color: #cdcdcd !important;
}
.nav__list .nav__item .nav__link {
color: #cdcdcd !important;
}
.post__meta .post__author {
color: #cdcdcd !important;
}
a {
text-decoration-color: #114134;
color: #1e755d;
}
}