Skip to content

Commit

Permalink
Fix black text on StackExchange sites (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylwesterZarebski committed Nov 20, 2023
1 parent 9eb02e3 commit e53dd43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stackoverflow-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Stack Overflow Dark
@version 5.1.2
@version 5.1.3
@description Dark theme for Stack Overflow & most Stack Exchange network sites
@namespace StylishThemes
@author StylishThemes
Expand Down Expand Up @@ -61,9 +61,11 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
body:not(.theme-dark), body.theme-dark .theme-light__forced,
body.theme-system .theme-light__forced, body:not(.theme-dark) .themed,
body.theme-dark .theme-light__forced .themed,
body.theme-system .theme-light__forced .themed {
body.theme-system .theme-light__forced .themed
body.unified-theme, body.unified-theme * {
--theme-link-color-visited: /*[[visited-color]]*/ !important;
--theme-footer-link-color: #aaa;
--theme-body-font-color: /*[[strong-color]]*/;
--black-075: #202020;
--black-200: #202020;
--black-400: #666;
Expand Down

0 comments on commit e53dd43

Please sign in to comment.