From 97c1e8f92af22cd7f421dd95238b66ae1435cd2b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 13:51:59 +0300 Subject: [PATCH] amber.user.css: initial commit --- web-browsers/amber.user.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 web-browsers/amber.user.css diff --git a/web-browsers/amber.user.css b/web-browsers/amber.user.css new file mode 100644 index 0000000..1bfc920 --- /dev/null +++ b/web-browsers/amber.user.css @@ -0,0 +1,34 @@ +/* ==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.1 +@preprocessor stylus +@var select "FontSet" [["Liberation Serif", "Tinos", "Times New Roman", serif],["Liberation Sans", "Arimo", "Arial", sans-serif]] +==/UserStyle== */ + +: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; +}