update userContents
This commit is contained in:
parent
cbcea99a3d
commit
64fb2daf8e
|
@ -134,6 +134,36 @@
|
|||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("moz-extension://20cadb98-5f0e-d748-9a3b-a1eaf7c640f6/") {
|
||||
body {
|
||||
background-color: var(--grey-60) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
header,
|
||||
.panel:not(:last-child) {
|
||||
border-bottom: solid var(--grey-50) 1px !important;
|
||||
}
|
||||
|
||||
.button {
|
||||
-moz-user-select: none;
|
||||
background-color: var(--grey-70) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("moz-extension://897dfa7c-fa54-be49-996c-594df8db2260/") {
|
||||
body {
|
||||
color: var(--primary-light-color) !important;
|
||||
background: var(--grey-60) !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
}
|
||||
/* Alters the preferences page */
|
||||
|
||||
@-moz-document url-prefix("moz-extension://cd5adf97-491d-f44b-9ea2-d2417d781589/") {
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
@import "userContent-files/webextension-tweaks/dark_mode.css";
|
||||
@import "userContent-files/webextension-tweaks/uBlockOrigin.css";
|
||||
@import "userContent-files/webextension-tweaks/uBO_Scope.css";
|
||||
@import "userContent-files/webextension-tweaks/httpsEverywhere.css";
|
||||
@import "userContent-files/webextension-tweaks/decentraleyes.css";
|
||||
|
||||
|
||||
/* Import relevent website dark themes */
|
||||
|
|
Loading…
Reference in New Issue