summaryrefslogtreecommitdiff
path: root/styles/websites/programiz.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/websites/programiz.css')
-rw-r--r--styles/websites/programiz.css16
1 files changed, 11 insertions, 5 deletions
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;
}