gist/web-browsers/amber.user.css

40 lines
976 B
CSS
Raw Normal View History

2024-05-30 12:51:59 +02:00
/* ==UserStyle==
@name Dark Amber
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/amber.user.css
@namespace eu.aminda
@version 2024.22.3
2024-05-30 12:51:59 +02:00
@preprocessor stylus
2024-05-30 12:56:11 +02:00
@var select FontSet "Font Set" {
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
}
2024-05-30 12:51:59 +02:00
==/UserStyle== */
@media (prefers-color-scheme: light) {
:root {
color-scheme: only dark !important;
}
2024-05-30 12:51:59 +02:00
*:not(a) {
color: revert !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
color: #ffb700 !important;
border-color: #ffb700 !important;
background-color: #000000 !important;
font-family: FontSet !important;
}
2024-05-30 12:51:59 +02:00
a {
color: revert !important;
text-decoration: underline !important;
font-family: FontSet !important;
}
2024-05-30 12:51:59 +02:00
code,
pre {
font-family: $monospace-font-family !important;
font-size: 0.8em !important;
}
2024-05-30 12:51:59 +02:00
}