From 278c6056961a5104031cb0f7ad7b0376000295e3 Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:11:41 +0300 Subject: [PATCH] Add fix for Microsoft Edge download page (#10002) --- src/config/dynamic-theme-fixes.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/dynamic-theme-fixes.config b/src/config/dynamic-theme-fixes.config index b545f8d2900d..4000ece56dbe 100644 --- a/src/config/dynamic-theme-fixes.config +++ b/src/config/dynamic-theme-fixes.config @@ -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; +} ================================