From 63cc1e0860649253bf162206f5605b9e95c08e2c Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Sat, 31 Aug 2019 19:03:19 +0300 Subject: [PATCH] add style --- src/components/themes/purple-haze/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 843b57305..cdd58e83e 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -569,3 +569,7 @@ a[data-role=button] { background-color: #dbe6ff; color: #0e0f2d; } + +.metadataSidebarIcon { + color: #dbe6ff +}