Compare commits
2 Commits
9f3be5f40d
...
4c0a7cfc2b
Author | SHA1 | Date | |
---|---|---|---|
4c0a7cfc2b | |||
bde5efd1b6 |
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>~/</title>
|
||||
<link type="text/plain" rel="author" href="http://iiiypuk.me/humans.txt">
|
||||
<link type="text/plain" rel="author" href="https://iiiypuk.me/humans.txt">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap" rel="stylesheet">
|
||||
|
@ -59,13 +59,14 @@ ul.nav--links li {
|
||||
|
||||
a {
|
||||
color: #000000;
|
||||
border-bottom: 3px solid rgba(0, 0, 0, 0);
|
||||
text-decoration: none;
|
||||
transition: all 0.2s;
|
||||
transition: border-bottom 0.2s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
border-bottom: 3px solid #000000;
|
||||
transition: all 0.2s;
|
||||
transition: border-bottom 0.2s;
|
||||
}
|
||||
|
||||
article#about {
|
||||
|
Reference in New Issue
Block a user