Skip to content

Commit

Permalink
Merge pull request #91 from codersforcauses/colour
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Anay-Joshi26 authored Feb 10, 2024
2 parents 126255d + 9c4d131 commit e706c97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/frontend/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ header a {
cursor: pointer;
}

header a {
color: black;
}

header a:visited {
color: black; /* Set the same color for visited links */
}
Expand Down Expand Up @@ -211,6 +215,10 @@ header a:visited {
text-decoration: none;
}

.menu a {
color: white;
}

.menu a:visited {
color: white;
}
Expand Down

0 comments on commit e706c97

Please sign in to comment.