A simple light mode for my educational bearblog page about programming and chess which also works with the standard bearblog page as well.
ZodeMateLIGHT by zasbirrahman
Details
Authorzasbirrahman
LicenseNo License
Categoryzodemate.bearblog.dev
Created
Updated
Size678 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 ZodeMateLIGHT - 3/29/2023, 11:12:23 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A simple light mode for my bearblog page about programming and chess which also applies to the standard bearblog page as well.
@author Me
==/UserStyle== */
@-moz-document domain("bearblog.dev") {
body
{
background: #eaece7;
}
h1, h2, h3, h4, h5, h6, p, li, strong, footer, form
{
color: #181b28;
}
a
{
color: #11111B;
}
button
{
color: #11111B;
border: none;
font-family: JetBrains Mono;
}
}