From 96df335a981908641aa40db91bd9ffda157d5528 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Sun, 1 Jan 2023 18:30:50 +0100 Subject: [PATCH] css refactor --- assets/css/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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;