css refactor
This commit is contained in:
parent
cbd142ac8f
commit
96df335a98
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue