2022-10-31 19:31:06 +01:00
|
|
|
.surah .moon.theme {
|
|
|
|
--blue: #C4DCF0;
|
|
|
|
--heavy-yellow: #ECB200;
|
|
|
|
--light-red: #FFAF7A
|
|
|
|
--black: #333333;
|
|
|
|
|
|
|
|
color: var(--black);
|
|
|
|
|
|
|
|
.flex-image {
|
|
|
|
.image {
|
|
|
|
background-image: url("/images/moon.svg");
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li.ayah {
|
|
|
|
span:first-child {
|
|
|
|
color: var(--heavy-yellow);
|
|
|
|
-webkit-text-stroke: 1px var(--black);
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timer {
|
|
|
|
color: #FFF;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: var(--heavy-yellow);
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-surah {
|
|
|
|
color: var(--heavy-yellow);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
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";
|
|
|
|
}
|