4
0
Эх сурвалжийг харах

Update dark theme css to lower brightness to all icons (#5439)

* Update dark.css to lower brightness to all icons

* Update dark.rtl.css to lower brightness to all icons

* re-add p.help .icon

* re-add p.help .icon
Alwaysin 2 жил өмнө
parent
commit
7a5dd5cedd

+ 2 - 1
p/themes/Dark/dark.css

@@ -110,7 +110,8 @@ img.favicon {
 
 
 body img,
 body img,
 body video,
 body video,
-p.help .icon {
+p.help .icon,
+.icon {
 	filter: brightness(.6) contrast(1.2);
 	filter: brightness(.6) contrast(1.2);
 }
 }
 
 

+ 2 - 1
p/themes/Dark/dark.rtl.css

@@ -110,7 +110,8 @@ img.favicon {
 
 
 body img,
 body img,
 body video,
 body video,
-p.help .icon {
+p.help .icon,
+.icon {
 	filter: brightness(.6) contrast(1.2);
 	filter: brightness(.6) contrast(1.2);
 }
 }