Skip to content

Commit

Permalink
Fix link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Apr 8, 2024
1 parent 8f4db64 commit 3f19a12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/global.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@

a {
color: #ff7800 !important;
text-decoration: none !important;
padding: 6px !important;
&:focus,
&:hover {
color: #ff3850 !important;
text-decoration: none !important;
color: #000 !important;
background-color: #ff7800 !important;
border-radius: 10px !important;
}
}

Expand Down

0 comments on commit 3f19a12

Please sign in to comment.