Dark Theme cuz white = bad
Dark Theme learncbse.in - 10/6/2022, 12:36:39 PM by pranav-bot-code
Details
Authorpranav-bot-code
LicenseNo License
Categorylearncbse.in
Created
Updated
Size721 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 learncbse.in - 10/6/2022, 12:36:39 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.learncbse.in/") {
body {
background-color: black;
color: #f3f4f6;
}
.site-title a {
color: #f3f4f6;
}
.site-title a:hover {
color: #f3f4f6;
}
.site-title {
color: #f3f4f6;
}
.entry-content {
color: #f3f4f6;
}
.site-description {
color: white;
}
.widget_text {
color: white;
}
h2 {
color: white;
}
li a {
color: #c084fc;
}
}