diff --git a/assets/css/style.css b/assets/css/style.css index 2819c36..aa8029e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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;