Just changes the text and background in a crude way, I'm not a web dev guy or anything.
HPMoR Easy Dark by ufrost
Details
Authorufrost
LicenseNo License
Categorywww.hpmor.com
Created
Updated
Size419 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 www.hpmor.com - 2/8/2023, 6:41:40 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.hpmor.com") {
/* Colors */
:root {
--lightgray: #BDC1C6;
}
#invertable{
background:black;
color:var(--lightgray);
}
}