Skip to content

Commit

Permalink
Update addsoundhelp.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR authored Dec 30, 2024
1 parent 737aaff commit 71314ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addsoundhelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
box-sizing: border-box;
}

/* Links dont turn purple after being visited*/
a:visited {
color: #00aaff; /* same color as unvisited links */
}

/* Body and background styles */
body {
font-family: Arial, sans-serif;
Expand Down

0 comments on commit 71314ac

Please sign in to comment.