Skip to content

Commit

Permalink
Add: Website configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Nov 11, 2022
1 parent 7428420 commit af6d979
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down Expand Up @@ -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;
Expand All @@ -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;
}
}

0 comments on commit af6d979

Please sign in to comment.