colour match a:link to navbar colour. This has the effect of brightening up all links.

This commit is contained in:
Isaac Connor 2020-11-03 11:53:15 -05:00
parent dda1decfb1
commit b2385ccecc
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ table th:last-child{
a:link {
color: #3498db;
color: #0fbcf9;
text-decoration: none;
}