light beige theme for beej.us
light beige beej.us by hatsuroku
Details
Authorhatsuroku
LicenseNo License
Categorybeej.us -> userstyle
Created
Updated
Code size413 B
Code checksumd56a91f2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name light beige beej.us
@version 20250403.06.44
@namespace ?
==/UserStyle== */
@-moz-document domain("beej.us") {
html {
background: rgba(252, 248, 234, 0.3);
}
body {
background: #fdf8e9;
font-family: seravek;
font-size: 20px;
line-height: 27px;
border: 1px solid #9d362f;
}
body pre {
font-size: 15px;
line-height: 17px;
}
}