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; }