Adjust link styling

This commit is contained in:
kaBeech
2023-03-18 20:13:06 -07:00
parent 389741aa28
commit 9ef35fe61e

View File

@@ -102,11 +102,13 @@ input.serious {
}
:link {
color: #70d0fe;
color: #3ec0aa;
text-decoration: none;
}
:visited {
color: #3ec0aa;
color: #70d0fe;
text-decoration: none;
}
.flex {