Modify CSS for unvisited links in the home page header

This commit is contained in:
Ethan Yoo 2024-06-25 21:02:10 -04:00
parent 2681ca0b32
commit 7db0a72adb
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ a.link-linkedin:visited {
text-decoration: underline dotted;
border: 1px solid;
}
.p-note a:visited,
main a:link {
color: #004962;
}