mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-18 16:22:30 +01:00
web-browsers/usercss: start from smaller
This commit is contained in:
parent
b469f427db
commit
ec049d0b1a
@ -1,39 +0,0 @@
|
|||||||
/* ==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
|
|
||||||
@preprocessor stylus
|
|
||||||
@var select FontSet "Font Set" {
|
|
||||||
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
|
|
||||||
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
|
|
||||||
}
|
|
||||||
==/UserStyle== */
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
|
||||||
:root {
|
|
||||||
color-scheme: only dark !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
*: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;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: revert !important;
|
|
||||||
text-decoration: underline !important;
|
|
||||||
font-family: FontSet !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
code,
|
|
||||||
pre {
|
|
||||||
font-family: $monospace-font-family !important;
|
|
||||||
font-size: 0.8em !important;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
/* ==UserStyle==
|
|
||||||
@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
|
|
||||||
@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;
|
|
||||||
}
|
|
||||||
* {
|
|
||||||
font-family: FontSet !important;
|
|
||||||
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 !important;
|
|
||||||
}
|
|
11
web-browsers/usercss/black-background.user.css
Normal file
11
web-browsers/usercss/black-background.user.css
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
/* ==UserStyle==
|
||||||
|
@name (AMOLED) Black Background
|
||||||
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/usercss/black-background.user.css
|
||||||
|
@namespace eu.aminda
|
||||||
|
@version 2024.22.0
|
||||||
|
==/UserStyle== */
|
||||||
|
|
||||||
|
/* Either the Serif or Sans-Serif specified above. */
|
||||||
|
body {
|
||||||
|
background-color: "#000000" !important;
|
||||||
|
}
|
21
web-browsers/usercss/change-fonts.user.css
Normal file
21
web-browsers/usercss/change-fonts.user.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/* ==UserStyle==
|
||||||
|
@name Change Fonts
|
||||||
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/usercss/change-fonts.user.css
|
||||||
|
@namespace eu.aminda
|
||||||
|
@version 2024.22.0
|
||||||
|
@var select FontSet "Font Set" {
|
||||||
|
"Serif": "Liberation Serif, Tinos, Times New Roman, serif",
|
||||||
|
"Sans Serif": "Liberation Sans, Arimo, Arial, sans-serif"
|
||||||
|
}
|
||||||
|
==/UserStyle== */
|
||||||
|
|
||||||
|
/* Either the Serif or Sans-Serif specified above. */
|
||||||
|
* {
|
||||||
|
font-family: FontSet !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Code blocks preferably use monospace font, which is specified here then. */
|
||||||
|
code,
|
||||||
|
pre {
|
||||||
|
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user