Tidy nav class HTML

This commit is contained in:
Oliver Davies 2018-05-30 00:01:14 +02:00
parent c4a9068efa
commit 05c57d89e7
2 changed files with 20 additions and 4 deletions

View file

@ -1,3 +1,22 @@
a {
color: inherit;
text-decoration: none;
&:focus,
&:hover {
text-decoration: underline;
}
}
main a {
text-decoration: underline;
&:focus,
&:hover {
text-decoration: none;
}
}
h1, h2, h3 {
@apply .mb-2;
}