Skip to content

Commit

Permalink
Fix: background-color in about:blank page
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Dec 31, 2022
1 parent bee06eb commit 1941ecd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ url-prefix(view-source:) {
}
}


@-moz-document url-prefix("about:blank") {
body {
background-color: var(--back-color1) !important;
}
}


/* ============= ADDON PAGE ============= */
Expand Down

0 comments on commit 1941ecd

Please sign in to comment.