mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 04:07:38 +02:00
Compare commits
9 Commits
54a0b857f3
...
b469f427db
Author | SHA1 | Date | |
---|---|---|---|
b469f427db | |||
08636768d8 | |||
5fdec9b16b | |||
97c1e8f92a | |||
877da13c92 | |||
60b142660f | |||
745ecae2ab | |||
4d6093e3c5 | |||
ee9f9a9348 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
.~*#
|
||||
.cache/**
|
||||
*_original
|
||||
browsers
|
||||
|
||||
# ---> TeX
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
|
2
web-browsers/.gitignore
vendored
2
web-browsers/.gitignore
vendored
@ -2,4 +2,4 @@ chromium
|
||||
firefox
|
||||
init-browser-policies.bash
|
||||
blocklist.txt
|
||||
blocklist2.txt
|
||||
blocklist.ublockorigin.txt
|
||||
|
39
web-browsers/amber.user.css
Normal file
39
web-browsers/amber.user.css
Normal file
@ -0,0 +1,39 @@
|
||||
/* ==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
web-browsers/blocklist.ublockorigin.txt
Symbolic link
1
web-browsers/blocklist.ublockorigin.txt
Symbolic link
@ -0,0 +1 @@
|
||||
../DNS/blocklist.ublockorigin.txt
|
@ -1 +0,0 @@
|
||||
../DNS/blocklist2.txt
|
27
web-browsers/revert.user.css
Normal file
27
web-browsers/revert.user.css
Normal file
@ -0,0 +1,27 @@
|
||||
/* ==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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user