grugbrain.dev dark
grugbrain.dev dark by jobieskii
Details
Authorjobieskii
LicenseCC0
Categorygrugbrain.dev
Created
Updated
Size287 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 grugbrain.dev dark
@version 20240309.15.41
@namespace ?
@license CC0
==/UserStyle== */
@-moz-document domain("grugbrain.dev") {
body {
color: #f4f4f4;
background-color: #030303;
}
h2 a, h1 a {
color: #fff;
}
img {
filter: brightness(75%);
}
}