added hover to links

main
Codinget 4 years ago
parent 586abe6db3
commit f29211cb81
  1. 9
      src/less/snek.less

@ -40,6 +40,11 @@ a {
display: contents;
}
a:hover {
color: @fg;
text-decoration: underline;
}
em {
font-style: italic;
}
@ -86,6 +91,10 @@ header ul {
a {
color: @fg;
&:hover {
color: @accentfg;
}
}
}
}

Loading…
Cancel
Save