change nav and footer links hover behavior
This commit is contained in:
parent
9f9724cbb8
commit
6429c6a575
7
base.css
7
base.css
@ -50,13 +50,14 @@ nav, footer, aside {
|
||||
nav a, footer a, aside a {
|
||||
font-family: Dymo;
|
||||
font-size: 3em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
nav a.current {
|
||||
text-decoration: underline #00000042;
|
||||
text-decoration: underline 3px;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
text-decoration: underline #000000;
|
||||
footer a:hover, nav a:hover {
|
||||
transform: rotate(-2deg);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user