aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark/dark.css3
-rw-r--r--p/themes/Dark/dark.rtl.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 4d24db465..cb91bf099 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -110,7 +110,8 @@ img.favicon {
body img,
body video,
-p.help .icon {
+p.help .icon,
+.icon {
filter: brightness(.6) contrast(1.2);
}
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css
index 0e6dbda33..5a0b935f6 100644
--- a/p/themes/Dark/dark.rtl.css
+++ b/p/themes/Dark/dark.rtl.css
@@ -110,7 +110,8 @@ img.favicon {
body img,
body video,
-p.help .icon {
+p.help .icon,
+.icon {
filter: brightness(.6) contrast(1.2);
}