Cleaned up links

This commit is contained in:
2022-05-28 13:27:42 -04:00
committed by GitHub
parent 3ea1bc2762
commit 51afd353df
3 changed files with 58 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ body {
left: 0;
width: 100%;
height: 100%;
animation: fade-in 1750ms ease-out forwards;
animation: fade-in 2750ms ease-out forwards;
opacity: 0;
}
@@ -106,9 +106,32 @@ h1 {
font-weight: 900;
}
.links {
display: flex;
justify-content: space-between;
font-weight: 900;
align-items: center;
}
a {
color: #ddd;
transition: color 100ms ease;
height: 20px;
}
a:hover {
color: #eee;
}
p {
margin: 0;
font-weight: 900;
}
svg {
width: 20px;
height: 20px;
border-radius: 3px;
fill: currentColor;
}
@keyframes fade-in {