Skip to content

Commit

Permalink
Fix for celum.ssg-service.com (darkreader#12163)
Browse files Browse the repository at this point in the history
On some webpages under celum.ssg-service.com, all text is displayed in dark colors when the page is hovered over. Colors are fine when the cursor is not over the page.
  • Loading branch information
GlowingScrewdriver authored Jan 18, 2024
1 parent d03128e commit 2f9435b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -4492,6 +4492,15 @@ INVERT

================================

celum.ssg-service.com

CSS
body:hover {
color: var(--darkreader-neutral-text) !important;
}

================================

ceneo.pl

INVERT
Expand Down

0 comments on commit 2f9435b

Please sign in to comment.