Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anay committed Feb 10, 2024
1 parent 976054b commit 9c4d131
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 9c4d131

Please sign in to comment.