css refactor
This commit is contained in:
parent
cbd142ac8f
commit
96df335a98
|
@ -1,5 +1,6 @@
|
||||||
@import url("./copyme.css");
|
@import url("./copyme.css");
|
||||||
@import url("./fonts.css");
|
@import url("./fonts.css");
|
||||||
|
@import url("./colors.css");
|
||||||
|
|
||||||
html {
|
html {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
@ -17,20 +18,11 @@ body {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: inter;
|
font-family: inter;
|
||||||
color: #e9d2d2;
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #52dca7;
|
|
||||||
color: #51cdff;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
|
Loading…
Reference in New Issue