gist/web-browsers/revert-sans.user.css
Aminda Suomalainen 745ecae2ab
web-browsers: initial userstyles
These will be merged together once I learn how, but I am not supposed to be playing around with these now. Even if I am just testing how they work.
2024-05-30 13:18:44 +03:00

21 lines
484 B
CSS

/* ==UserStyle==
@name Revert Sans
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
==/UserStyle== */
:root {
color-scheme: dark light !important;
}
* {
font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
color: revert !important;
background-color: revert !important;
}
a {
text-decoration: underline !important;
}
code,
pre {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
}