From 97f3f9d3122f9af08bfe7499f5a169630f56014d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 7 Oct 2020 17:15:08 -0500 Subject: fix colors site --- grid.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/grid.css b/grid.css index 5f4b7f2..dea72e7 100644 --- a/grid.css +++ b/grid.css @@ -1,7 +1,8 @@ :root { --background: #555ED5; + --text: #000; + --secondary-text: #FFF; --secondary-background: #102027; - --text: #FFF; --h1: #FFF; --h2: #d5dce2; --h3: #bbc6ce; @@ -61,7 +62,7 @@ body { } ul.list-item > li > a { - color: var(--text); + color: var(--secondary-text); text-decoration: none; } @@ -81,7 +82,7 @@ label[for="navbar-toggle-cbox"] { } .navbar-burger span { - background-color: var(--text); + background-color: var(--secondary-text); display: block; height: 2px; transform-origin: center; @@ -95,6 +96,8 @@ label[for="navbar-toggle-cbox"] { grid-area: logo-name; justify-self: center; align-self: center; + + text-decoration: none; margin-top: 0.5rem; margin-bottom: 0.5rem; } -- cgit v1.2.3