Skip to content

Commit

Permalink
Fix: Dark background some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 9, 2021
1 parent 08babb2 commit eb43436
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -1137,18 +1137,12 @@
}
}

/*= Text ===================================================================*/
@-moz-document unobservable-document(),
url-prefix("view-source") {
/*= View Source ============================================================*/
@-moz-document url-prefix("view-source") {
:root {
background-color: var(--in-content-page-background) !important; /* Original: white */
color: var(--in-content-page-color) !important; /* Original: black */
}
}

/*= View Source ============================================================*/
@-moz-document url-prefix("view-source") {
:root {
/* Colors */
--view-source-green: var(--green-80);
--view-source-purple: #800080; /* Like alphenglow */
Expand Down

3 comments on commit eb43436

@Pentaphon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get a quick hotfix for this? It's very annoying on our pages.

@black7375
Copy link
Owner Author

@black7375 black7375 commented on eb43436 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found it right after the release, canceled it and released it again.
Would you like to download it again?

@Pentaphon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found it right after the release, canceled it and released it again. Would you like to download it again?

Perfect, thanks.

Please sign in to comment.