color-link variable added
This commit is contained in:
parent
5290e4a908
commit
d5cdb0b690
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ body {
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $primary-color-link;
|
||||||
|
&:hover, &:focus, &:active {
|
||||||
|
color: $primary-color-link-hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* font-sizing for content */
|
/* font-sizing for content */
|
||||||
p,
|
p,
|
||||||
.p-like,
|
.p-like,
|
||||||
|
|
Loading…
Reference in a new issue