From 9ea4de6e3875777501b9c6e49930c1721a3890cf Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 26 Aug 2022 05:48:22 +0300 Subject: [PATCH] Theme update to 0.1.3 version --- themes/Darkness.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index 20940dd4..e6abe020 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -98,11 +98,11 @@ --wi_card_tag_bg_color: #242424; --wi_card_tag_text_color: #e0e0e0; - --wi_tag_color: #004397; + --wi_tag_color: #1d434a; --wi_tag_text_color: #e0e0e0; /*Popup*/ - --popup_background_color: #151717; + --popup_background_color: #121414; --popup_title_bar_color: #1a625f; --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 +}