Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions assets/css/theme-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
--------------------------------------------- */
--hoverColor: var(--color1);
--activeColor: var(--color3) !important;
--textHoverColor: var(--color4);
--textActiveColor: var(--color1);

/* ---------------------------------------------
BACKGROUND COLORS
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>Code Quantum <em>2021</em></h1>
<div class="text">
<h4>What is CodeQuantum?</h4>
<p>
<span>CodeQuantum</span> is San Antonio’s first 24-hour hackathon geared towards <a href="https://www.womenforpoliticalchange.org/appendix"> <b>marginalized genders</b></a> 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.
<span>CodeQuantum</span> is San Antonio’s first 24-hour hackathon geared towards <a href="https://www.womenforpoliticalchange.org/appendix" rel="external">marginalized genders</a> 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.
</p>

</div>
Expand Down