Formatting. - DevilBro

This commit is contained in:
Mirco Wittrien 2025-01-20 16:42:20 -05:00
parent de69ea470e
commit ec06a3f642
No known key found for this signature in database
GPG key ID: 8B7A2C60CDF65CAC
7 changed files with 31 additions and 27 deletions

View file

@ -58,4 +58,4 @@
font-style: italic;
font-weight: 500;
font-display: swap;
}
}

View file

@ -2,4 +2,4 @@
scroll-snap-type: y mandatory;
overflow: scroll;
height: 100vh;
}
}

View file

@ -3,7 +3,7 @@
}
a {
color: #DCDCDC;
color: #dcdcdc;
text-decoration: none;
}
@ -12,5 +12,5 @@ a:hover {
}
a:active {
color: #A9A9A9;
}
color: #a9a9a9;
}