diff --git a/web-browsers/revert-sans.user.css b/web-browsers/revert-sans.user.css new file mode 100644 index 0000000..2e1d399 --- /dev/null +++ b/web-browsers/revert-sans.user.css @@ -0,0 +1,20 @@ +/* ==UserStyle== +@name Revert Sans +@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css +==/UserStyle== */ + +:root { + color-scheme: dark light !important; +} +* { + font-family: "Liberation Sans", "Arimo", "Arial", sans-serif; + color: revert !important; + background-color: revert !important; +} +a { + text-decoration: underline !important; +} +code, +pre { + font-family: "Liberation Mono", "Cousine", "Courier New", monospace; +} diff --git a/web-browsers/revert-serif.user.css b/web-browsers/revert-serif.user.css new file mode 100644 index 0000000..08403d2 --- /dev/null +++ b/web-browsers/revert-serif.user.css @@ -0,0 +1,20 @@ +/* ==UserStyle== +@name Revert Serif +@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/revert-serif.user.css +==/UserStyle== */ + +:root { + color-scheme: dark light !important; +} +* { + font-family: "Liberation Serif", "Tinos", "Times New Roman", serif; + color: revert !important; + background-color: revert !important; +} +a { + text-decoration: underline !important; +} +code, +pre { + font-family: "Liberation Mono", "Cousine", "Courier New", monospace; +}