mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-05-13 18:07:26 +02:00
merge revert usercss
This commit is contained in:
parent
08636768d8
commit
b469f427db
@ -1,23 +0,0 @@
|
|||||||
/* ==UserStyle==
|
|
||||||
@name Revert Serif
|
|
||||||
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
|
|
||||||
@namespace eu.aminda
|
|
||||||
@version 2024.22.0
|
|
||||||
==/UserStyle== */
|
|
||||||
|
|
||||||
:root {
|
|
||||||
color-scheme: dark light !important;
|
|
||||||
}
|
|
||||||
* {
|
|
||||||
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
|
||||||
color: revert !important;
|
|
||||||
border-color: revert !important;
|
|
||||||
background-color: revert !important;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
text-decoration: underline !important;
|
|
||||||
}
|
|
||||||
code,
|
|
||||||
pre {
|
|
||||||
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
|
||||||
}
|
|
@ -1,15 +1,19 @@
|
|||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Revert Sans
|
@name Revert
|
||||||
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css
|
||||||
@namespace eu.aminda
|
@namespace eu.aminda
|
||||||
@version 2024.22.0
|
@version 2024.22.0
|
||||||
|
@var select FontSet "Font Set" {
|
||||||
|
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
|
||||||
|
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
|
||||||
|
}
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: dark light !important;
|
color-scheme: dark light !important;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
font-family: FontSet !important;
|
||||||
color: revert !important;
|
color: revert !important;
|
||||||
border-color: revert !important;
|
border-color: revert !important;
|
||||||
background-color: revert !important;
|
background-color: revert !important;
|
||||||
@ -19,5 +23,5 @@ a {
|
|||||||
}
|
}
|
||||||
code,
|
code,
|
||||||
pre {
|
pre {
|
||||||
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user