From af6d9798eefb578374642105cd3997dde83a6a37 Mon Sep 17 00:00:00 2001 From: PROxZIMA Date: Sat, 12 Nov 2022 01:00:39 +0530 Subject: [PATCH] Add: Website configuration --- userContent.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 1152f00..8d84b3b 100644 --- a/userContent.css +++ b/userContent.css @@ -345,7 +345,7 @@ url-prefix(view-source:) { @media (-moz-toolbar-prefers-color-scheme: dark), (prefers-color-scheme: dark) { #viewer { - filter: invert(1); + filter: invert(0); } } @@ -377,6 +377,13 @@ url-prefix(view-source:) { } } +@-moz-document url-prefix("https://www.cloudskillsboost.google") { + :root { + --base-surface-color: #11131C !important; + --base-text-on-surface-color: #d3cfc9 !important; + } +} + @-moz-document url-prefix("https://jsfiddle.net/") { #sidebar { width: 125px; @@ -395,3 +402,12 @@ url-prefix(view-source:) { } } +@-moz-document url-prefix("https://www.notion.so") { + .notion-selectable.notion-text-block { + margin-top: 0px !important; + margin-bottom: 0px !important; + } + .notion-selectable.notion-text-block .notranslate { + padding: 0px 2px !important; + } +}