summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-19 19:05:59 +0100
committerGitHub <[email protected]>2025-02-19 19:05:59 +0100
commitfc9fe0d67d4e7a62f157001a04728f8cbf9c1b72 (patch)
tree7371465f903913aa8de0a13c66d35b455759c8b9
parent261c56e47be9fdc1cf036115606af610c6d7803e (diff)
parent59264f9ac54ca457a420ae385e6c6004b50279ee (diff)
Merge pull request #8 from RitwikSHS10/patch-6
Added support for programiz.com
-rw-r--r--styles/websites/programiz.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/websites/programiz.css b/styles/websites/programiz.css
new file mode 100644
index 0000000..cdd1e12
--- /dev/null
+++ b/styles/websites/programiz.css
@@ -0,0 +1,6 @@
+@-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;
+ }
+}