gist/web-browsers/revert.user.css

28 lines
703 B
CSS
Raw Normal View History

/* ==UserStyle==
2024-05-30 13:09:34 +02:00
@name Revert
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
@namespace eu.aminda
@version 2024.22.0
2024-05-30 13:09:34 +02:00
@var select FontSet "Font Set" {
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
}
==/UserStyle== */
:root {
color-scheme: dark light !important;
}
* {
2024-05-30 13:09:34 +02:00
font-family: FontSet !important;
color: revert !important;
2024-05-30 12:25:12 +02:00
border-color: revert !important;
background-color: revert !important;
}
a {
text-decoration: underline !important;
}
code,
pre {
2024-05-30 13:09:34 +02:00
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
}