Skip to content

Commit

Permalink
fix for play.google.com (#12647)
Browse files Browse the repository at this point in the history
Fix for black text on visited buttons.
  • Loading branch information
Myshor committed Apr 27, 2024
1 parent 402169a commit 912485e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/dynamic-theme-fixes.config
Expand Up @@ -19907,6 +19907,11 @@ INVERT
img[src="https://www.gstatic.com/android/market_images/web/play_prism_hlock_2x.png"]
a[href*="about/products"]

CSS
a:visited {
color: ${black} !important;
}

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

play.google.com/apps/publish
Expand Down

0 comments on commit 912485e

Please sign in to comment.