link-hover-color
application de `$link-hover-color` uniquement si différent de `$link-color`
This commit is contained in:
parent
366af95681
commit
ad445246dd
6 changed files with 9 additions and 4 deletions
|
@ -79,14 +79,14 @@ figure {
|
|||
|
||||
h1, .#{$kna-namespace}h1-like {
|
||||
font-size: $h1-size;
|
||||
@if $font-stack-headings != $font-stack-common {
|
||||
@if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common {
|
||||
font-family: $font-stack-headings;
|
||||
}
|
||||
}
|
||||
|
||||
h2, .#{$kna-namespace}h2-like {
|
||||
font-size: $h2-size;
|
||||
@if $font-stack-headings != $font-stack-common {
|
||||
@if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common {
|
||||
font-family: $font-stack-headings;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue