2024-05-30 12:18:44 +02:00
|
|
|
/* ==UserStyle==
|
|
|
|
@name Revert Sans
|
|
|
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
|
2024-05-30 12:21:35 +02:00
|
|
|
@namespace eu.aminda
|
|
|
|
@version 2024.22.0
|
2024-05-30 12:18:44 +02:00
|
|
|
==/UserStyle== */
|
|
|
|
|
|
|
|
:root {
|
|
|
|
color-scheme: dark light !important;
|
|
|
|
}
|
|
|
|
* {
|
|
|
|
font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
|
|
|
color: revert !important;
|
2024-05-30 12:25:12 +02:00
|
|
|
border-color: revert !important;
|
2024-05-30 12:18:44 +02:00
|
|
|
background-color: revert !important;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: underline !important;
|
|
|
|
}
|
|
|
|
code,
|
|
|
|
pre {
|
|
|
|
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
|
|
|
}
|