css refactor

This commit is contained in:
edbrz9 2023-01-01 18:30:50 +01:00
parent cbd142ac8f
commit 96df335a98
1 changed files with 1 additions and 9 deletions

View File

@ -1,5 +1,6 @@
@import url("./copyme.css");
@import url("./fonts.css");
@import url("./colors.css");
html {
min-height: 100vh;
@ -17,20 +18,11 @@ body {
body {
font-family: inter;
color: #e9d2d2;
font-size: 1rem;
font-weight: 600;
height: 100%;
}
a {
color: #52dca7;
color: #51cdff;
text-decoration: none;
}
main {
position: relative;
padding-top: 20px;