added hover to links

This commit is contained in:
2020-04-14 11:07:49 +02:00
parent 586abe6db3
commit f29211cb81
+9
View File
@@ -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;
}
} }
} }
} }