From a20dd7c01b15b2cafec1f8e9b821e419eed620d1 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Wed, 11 Dec 2024 23:45:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=8A=F0=9F=8C=8D=20Checkpoint=20./style?= =?UTF-8?q?s/main.css:69682263/986?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/main.css | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/styles/main.css b/styles/main.css index 69fcf98..683207e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,8 +1,8 @@ /* Our default values set as CSS variables */ :root { --color-bg: #f0f0f0; - --color-text-main: #185370; - --color-text-header: #93005D; + --color-text-main: #640054; + --color-text-header: #185370; --color-primary: #FFFF00; --wrapper-height: 87vh; --image-max-width: 300px; @@ -32,6 +32,14 @@ format("opentype"); } +/* Links */ +a:link, +a:visited { + color: var(--color-text-header); + font-size: 1.1rem; + text-decoration: underline solid 3px var(--color-text-main); +} + /* Navigation grid */ .footer { display: flex; @@ -40,26 +48,7 @@ padding: 1rem 0 0.75rem 0; width: 100%; flex-wrap: wrap; - border-top: 4px solid #fff; -} - -.footer a:not(.btn--remix):link, -a:not(.btn--remix):visited { - font-family: HK Grotesk; - font-style: normal; - font-weight: normal; - font-size: 1.1rem; - color: #000; - text-decoration: none; - border-style: none; -} -.footer a:hover { - background: var(--color-primary); -} - -.footer .links { - padding: 0.5rem 1rem 1.5rem; - white-space: nowrap; + border-top: 4px solid var(--color-text-header); } .divider {