Cleaned up links
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user