Quick and dirty light mode for Myrient.
myrient.erista.me - Light Mode by erinbug

Details
Authorerinbug
LicenseMIT
Categorymyrient.erista.me
Created
Updated
Size916 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 myrient.erista.me - Light Mode
@version 20250312.10.30
@namespace https://userstyles.world/user/erinbug
@description Quick and dirty light mode for Myrient.
@author erinbug
@license MIT
==/UserStyle== */
@-moz-document domain("myrient.erista.me") {
html {
color: #232629;
}
body {
background-color: #EFF0F1;
color: #232629;
}
code {
background-color: #DEE0E2;
color: #232629;
}
pre {
color: #232629 !important;
}
.noscriptnotice {
color: red;
}
a {
color: inherit;
transition: color 300ms ease-in;
}
a.clear {
color: #00ff00
}
input {
color: #fff;
background-color: #555;
}
#search {
color: #232629;
background-color: #FFFFFF;
}
tr:hover td {
color: #ffffff;
background: #FF5F1F;
transition: color 300ms ease-in;
}
.parent a:hover {
color: #2a2a2a;
}
footer a {
text-decoration: underline;
color:#232629;
}
}