From a51e9733460064229f38ece4d5433607cc2f5b2c Mon Sep 17 00:00:00 2001 From: Zaquariah Holland Date: Sun, 11 Jul 2021 02:36:11 -0500 Subject: [PATCH] anchor tag styling changes --- assets/css/main.css | 17 +++++++++-------- assets/css/theme-variables.css | 2 ++ index.html | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 72e0de4..73e6f4c 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -64,9 +64,16 @@ html, body { -moz-osx-font-smoothing: grayscale; } -a, a:hover, a:active { +a, a:visited { text-decoration: none !important; - color: var(--activeColor); + color: var(--textActiveColor); +} + +a:hover, +a:active, +a:visited:hover, +a:visited:active { + color: var(--textHoverColor); } h1, h2, h3, h4, h5, h6 { @@ -136,12 +143,6 @@ p { } } -a:link { - color: green; - background-color: transparent; - text-decoration: none; -} - a.main-button-slider { font-size: 14px; border-radius: 25px; diff --git a/assets/css/theme-variables.css b/assets/css/theme-variables.css index 7115741..d2730a0 100755 --- a/assets/css/theme-variables.css +++ b/assets/css/theme-variables.css @@ -25,6 +25,8 @@ --------------------------------------------- */ --hoverColor: var(--color1); --activeColor: var(--color3) !important; + --textHoverColor: var(--color4); + --textActiveColor: var(--color1); /* --------------------------------------------- BACKGROUND COLORS diff --git a/index.html b/index.html index dc1b5e4..f02f6bc 100755 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@

Code Quantum 2021

What is CodeQuantum?

- CodeQuantum is San Antonio’s first 24-hour hackathon geared towards marginalized genders to promote inclusivity and diversity! Organized by the ACM-W chapter at UTSA, CodeQuantum is dedicated to creating a safe hacking space for students in the tech field . This first iteration of CodeQuantum will be expecting 100 hackers. + CodeQuantum is San Antonio’s first 24-hour hackathon geared towards marginalized genders to promote inclusivity and diversity! Organized by the ACM-W chapter at UTSA, CodeQuantum is dedicated to creating a safe hacking space for students in the tech field . This first iteration of CodeQuantum will be expecting 100 hackers.