From c0b9d9fc4a6ae850cc87ce365dc11022e48475b1 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 22 Apr 2024 01:01:47 -0300 Subject: [PATCH] Apply color to ayah title --- src/css/themes/blue/pages/_SurahStream.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/themes/blue/pages/_SurahStream.scss b/src/css/themes/blue/pages/_SurahStream.scss index 975cf1ee4..a376b58ed 100644 --- a/src/css/themes/blue/pages/_SurahStream.scss +++ b/src/css/themes/blue/pages/_SurahStream.scss @@ -10,7 +10,7 @@ ul.body.stream { li.ayah { - span.title span { + span span { color: $secondary-color; } p { }