Apply "Cairo Bold" for bold hover text in footer
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-25 10:56:46 -03:00
parent bd4502cb63
commit 78dba7fe57

View file

@ -81,4 +81,14 @@ body .root .content.theme.rtl {
span.transliterated { display: none; }
}
}
@media (hover: hover) {
footer {
a {
&:hover {
font-weight: normal;
font-family: "Cairo Bold";
}
}
}
}
}