simple dark mode
sotrh.github.io - 2/20/2023, 11:59:30 AM by pengav
Details
Authorpengav
LicenseNo License
Categorydark
Created
Updated
Code size754 B
Code checksum7af8f242
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
the code is pretty bad and the notes look shit but it works
Source code
/* ==UserStyle==
@name sotrh.github.io - 2/20/2023, 11:59:30 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("sotrh.github.io") {
/* Insert code here... */
body {
background-color: #21252b;
color: #fff;
}
p {
color: #fff;
}
.note {
background-color: #646e82;
}
.code {
background-color: #4e5565;
color: #5ba7f0;
}
.theme-default-content code {
background-color: #4e5565;
color: #5ba7f0;
}
.sidebar {
background-color: #373d48;
color: #fff;
}
a.sidebar-link {
color: #fff;
}
}