A new userstyle
leveling-solo.org - dark by ramazanaktolu
Details
Authorramazanaktolu
LicenseNo License
Categoryleveling-solo.org
Created
Updated
Size431 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 leveling-solo.org - Feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("leveling-solo.org") {
/* Insert code here... */
body {
background: #1e1e1e;
}
.post-content {
background-color: #1c1c1c;
}
.entry-title {
color: #9f9f9f;
}
}