al-quran.reflectslight.io/src/css/themes/moon.scss

41 lines
594 B
SCSS
Raw Normal View History

2022-10-31 19:31:06 +01:00
.surah .moon.theme {
2022-11-20 01:57:16 +01:00
$gold: darken(#ECB200, 5%);
$white: #FFF;
2022-10-31 19:31:06 +01:00
.flex-image {
.image {
background-image: url("/images/moon.svg");
background-size: cover;
}
}
2022-11-27 19:48:41 +01:00
.flex-row select {
background-color: transparent;
color: $gold;
border: none;
}
.about-surah {
color: $gold;
}
2022-11-20 01:57:16 +01:00
ul.stream {
li.ayah {
span.surah-id.ayah-id {
2022-11-20 01:57:16 +01:00
color: $gold;
}
p { }
2022-10-31 19:31:06 +01:00
}
}
.timer {
2022-11-20 01:57:16 +01:00
color: $white;
background-color: lighten($gold, 5%);
2022-10-31 19:31:06 +01:00
}
}
2022-11-06 11:11:27 +01:00
2022-11-06 11:13:00 +01:00
.surah .moon.theme.ar {
2022-11-06 11:11:27 +01:00
direction: rtl;
font-family: "Vazirmatn Regular";
}