From 8ef54d1ec415e846250385e9ebc3779935b5faec Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 25 Nov 2023 17:14:18 +0100 Subject: [PATCH] style(time filter): add dark vars --- src/components/time-filter/time-filter.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/time-filter/time-filter.module.css b/src/components/time-filter/time-filter.module.css index a8e16f08..9c9b8495 100644 --- a/src/components/time-filter/time-filter.module.css +++ b/src/components/time-filter/time-filter.module.css @@ -33,7 +33,7 @@ left: 90px; border: 1px solid gray; z-index: 100; - background-color: white; + background-color: var(--background); white-space: nowrap; line-height: normal; margin-top: 3px; @@ -43,11 +43,11 @@ cursor: pointer; padding: 2px 3px 1px 3px; display: block; - color: #369; + color: var(--text-primary); } .filter:hover { - background-color: #c7def7; + background-color: var(--background-primary); } .dropChoicesHidden {