Make links styles both fancier and simpler
This commit is contained in:
parent
f87343b4f3
commit
e8594f941e
1 changed files with 10 additions and 0 deletions
|
|
@ -54,6 +54,16 @@ img {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
transition: 0.2s;
|
||||
}
|
||||
a:hover,
|
||||
a:visited:hover {
|
||||
text-shadow: 0 0 2px #fff, 0 0 8px var(--accent);
|
||||
}
|
||||
|
||||
body > nav {
|
||||
align-self: start;
|
||||
grid-row: 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue