From b2ec6626859ef3c62398ece6a5ae29153ace9e95 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:47:09 +0300 Subject: [PATCH] Theme update to 0.4.3 version --- themes/Monochrome.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Monochrome.css b/themes/Monochrome.css index 5a44fc7a..e09d3b62 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -98,11 +98,11 @@ --wi_card_tag_bg_color: #273141; --wi_card_tag_text_color: #e0e0e0; - --wi_tag_color: #004397; + --wi_tag_color: #244c65; --wi_tag_text_color: #e0e0e0; /*Popup*/ - --popup_background_color: #18222a; + --popup_background_color: #141c23; --popup_title_bar_color: #2b5471; --popup_title_bar_color_text: #e0e0e0; @@ -152,4 +152,4 @@ --story_pinned_area_widths_right: 30px auto var(--story_options_size) 30px; --story_pinned_areas: var(--story_pinned_areas_left); --story_pinned_area_widths: var(--story_pinned_area_widths_left); -} \ No newline at end of file +}