added hover to links
This commit is contained in:
parent
a934d5537b
commit
f607034a33
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,11 @@ a {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: @fg;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
em {
|
em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -86,6 +91,10 @@ header ul {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @fg;
|
color: @fg;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: @accentfg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue