Skip to content

Commit

Permalink
Add fix for Microsoft Edge download page (#10002)
Browse files Browse the repository at this point in the history
  • Loading branch information
bershanskiy committed Oct 4, 2022
1 parent 43db0b0 commit 278c605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -12789,6 +12789,9 @@ CSS
.edgeconsumer.features .m-hero p {
color: var(--darkreader-neutral-background) !important;
}
div[aria-label="Download Microsoft Edge dialog"] {
background-color: #389fef !important;
}

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

Expand Down

0 comments on commit 278c605

Please sign in to comment.