Skip to content

Commit

Permalink
Change the link color
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Sep 30, 2023
1 parent 09b6efb commit 50b7e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ h3 {

a {
// color: rgb(206, 206, 206);
color: #c7b3ea !important;
color: #fac400 !important;
text-decoration: none;
}

a:hover {
color: #fac400 !important;
color: #ffe585 !important;
transition: text-decoration 250ms ease;
transition: color 250ms ease;
}
Expand Down

0 comments on commit 50b7e47

Please sign in to comment.