From 51cc7484a02cbf8f3aca8704c40116a8f32e7e8e Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 13 Jul 2023 16:23:37 -0300 Subject: [PATCH] Set $green on refresh button (leaf theme) --- src/css/pages/surah/stream.scss | 5 +++++ src/css/themes/leaf/pages/surah/_stream.scss | 5 +++++ src/css/themes/moon/pages/surah/_stream.scss | 2 -- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/css/pages/surah/stream.scss b/src/css/pages/surah/stream.scss index e276010..6a82899 100644 --- a/src/css/pages/surah/stream.scss +++ b/src/css/pages/surah/stream.scss @@ -64,6 +64,11 @@ cursor: pointer; } +.content .row .shape.refresh { + height: 16px; + width: 16px; +} + .justify-end { justify-content: flex-end !important; } diff --git a/src/css/themes/leaf/pages/surah/_stream.scss b/src/css/themes/leaf/pages/surah/_stream.scss index a7351a6..ad26077 100644 --- a/src/css/themes/leaf/pages/surah/_stream.scss +++ b/src/css/themes/leaf/pages/surah/_stream.scss @@ -27,4 +27,9 @@ stroke-width: 5; } } + + .row .shape.refresh { + background: unset; + fill: $green; + } } diff --git a/src/css/themes/moon/pages/surah/_stream.scss b/src/css/themes/moon/pages/surah/_stream.scss index bbd6bed..82ef04a 100644 --- a/src/css/themes/moon/pages/surah/_stream.scss +++ b/src/css/themes/moon/pages/surah/_stream.scss @@ -25,8 +25,6 @@ } .row .shape.refresh { - height: 16px; - width: 16px; background: unset; fill: $gold; }