summaryrefslogtreecommitdiff
path: root/styles/websites
diff options
context:
space:
mode:
Diffstat (limited to 'styles/websites')
-rw-r--r--styles/websites/leetcode.css20
-rw-r--r--styles/websites/programiz.css16
2 files changed, 21 insertions, 15 deletions
diff --git a/styles/websites/leetcode.css b/styles/websites/leetcode.css
index e5e4d20..6be2497 100644
--- a/styles/websites/leetcode.css
+++ b/styles/websites/leetcode.css
@@ -1,11 +1,11 @@
-@-moz-document domain("leetcode.com") {
- /* Insert code here... */
- :is(.dark .dark\:bg-dark-layer-bg), body, #explore-app .background-rvs, :is(.dark .dark\:bg-layer-bg-gray){
- background: none !important;
- color: white
- }
- .flexlayout__tabset, :is(.dark .dark\:bg-layer-01) {
- background: rgba(0,0,0,0.2);
- }
-
+:is(.dark .dark\:bg-dark-layer-bg),
+body,
+#explore-app .background-rvs,
+:is(.dark .dark\:bg-layer-bg-gray) {
+ background: none !important;
+ color: white;
+}
+.flexlayout__tabset,
+:is(.dark .dark\:bg-layer-01) {
+ background: rgba(0, 0, 0, 0.2);
}
diff --git a/styles/websites/programiz.css b/styles/websites/programiz.css
index cdd1e12..b38de04 100644
--- a/styles/websites/programiz.css
+++ b/styles/websites/programiz.css
@@ -1,6 +1,12 @@
-@-moz-document domain("programiz.com") {
- /* Insert code here... */
- .dark-mode, .dark-mode .header, .dark-mode .wrapper, .dark-mode .editor-wrapper, .dark-mode .ace_editor, .dark-mode .ace_gutter, .dark-mode .ace_scroller, .dark-mode .ace_gutter-active-line, .dark-mode .ace_gutter-cell, .dark-mode .terminal-wrapper{
- background: none !important;
- }
+.dark-mode,
+.dark-mode .header,
+.dark-mode .wrapper,
+.dark-mode .editor-wrapper,
+.dark-mode .ace_editor,
+.dark-mode .ace_gutter,
+.dark-mode .ace_scroller,
+.dark-mode .ace_gutter-active-line,
+.dark-mode .ace_gutter-cell,
+.dark-mode .terminal-wrapper {
+ background: none !important;
}