Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Nov 11, 2023
1 parent 3721001 commit b27a538
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions 2023/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

.long_button {
padding-top:2em !important;
padding-bottom:2em !important;
padding-top: 2em !important;
padding-bottom: 2em !important;
white-space: normal;
word-wrap: break-word;
}
Expand Down Expand Up @@ -653,10 +653,15 @@ input[type="checkbox"]:checked::before {
}
}

a, a:link, a:visited {
color: #FF9209;
a,
a:link,
a:visited {
color: var(--primary);
transition: 0.2s all;
}

a:hover, a:active {
color: #FF6C22;
a:hover,
a:active {
color: #FF9209;
transition: 0.2s all;
}

0 comments on commit b27a538

Please sign in to comment.