diff options
-rw-r--r-- | styles/websites/programiz.css | 6 |
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; + } +} |