aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark-pink/pinkdark.css3
-rw-r--r--p/themes/Dark-pink/pinkdark.rtl.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/p/themes/Dark-pink/pinkdark.css b/p/themes/Dark-pink/pinkdark.css
index a416d734c..b3b10ce5e 100644
--- a/p/themes/Dark-pink/pinkdark.css
+++ b/p/themes/Dark-pink/pinkdark.css
@@ -117,7 +117,8 @@ input:focus {
.icon[src*="/sort-up"],
.icon[src*="/sort-down"],
.icon[src*="/key"],
-.icon[src*="/configure"] {
+.icon[src*="/configure"],
+.icon[src*="/category"] {
/* Color light grey icons */
filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
}
diff --git a/p/themes/Dark-pink/pinkdark.rtl.css b/p/themes/Dark-pink/pinkdark.rtl.css
index e32eab742..705c88b36 100644
--- a/p/themes/Dark-pink/pinkdark.rtl.css
+++ b/p/themes/Dark-pink/pinkdark.rtl.css
@@ -117,7 +117,8 @@ input:focus {
.icon[src*="/sort-up"],
.icon[src*="/sort-down"],
.icon[src*="/key"],
-.icon[src*="/configure"] {
+.icon[src*="/configure"],
+.icon[src*="/category"] {
/* Color light grey icons */
filter: sepia(62%) brightness(47%) hue-rotate(116deg) saturate(1000%) contrast(119%) invert(100%);
}