Light mode for Robl- I mean StudSpace
studspace light mode by oikmo
Details
Authoroikmo
LicenseNo License
Categorystud-space.com
Created
Updated
Code size452 B
Code checksum34a6fc63
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name studspace light mode
@version 20241207.19.27
@namespace https://userstyles.world/user/Oikmo
@description Light mode for Robl- I mean StudSpace
@author Oikmo
==/UserStyle== */
@-moz-document domain("stud-space.com") {
body {
background-color: #e8e8ea;
color: #000
}
b {
color: #000 !important;
}
footer {
background-color: #bebec2 !important;
}
footer * {
color: #000 !important;
}
}