Tidy nav class HTML
This commit is contained in:
parent
c4a9068efa
commit
05c57d89e7
2 changed files with 20 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue