Dark mode for the very bright blog.fefe.de, tinted in a pleasant green.
Fefes Blog Dark Green by wyrrrd

Details
Authorwyrrrd
LicenseNo License
Categoryblog.fefe.de
Created
Updated
Code size392 B
Code checksume5eec966
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name blog.fefe.de
@version 20230703.15.13
@namespace ?
==/UserStyle== */
@-moz-document domain("blog.fefe.de") {
body {
font-family: "Fira Sans", "DejaVu Sans Condensed", verdana, arial, helvetica, sans-serif !important;
background: #191919;
color: #808080;
}
a {
color: #65a43c !important;
}
a:visited {
color: #aecc9b !important;
}
}