Apply "Cairo Bold" for bold hover text in footer
This commit is contained in:
parent
bd4502cb63
commit
78dba7fe57
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue