Fix link colour

This commit is contained in:
Jennifer C J Radtke
2024-02-15 21:18:32 +00:00
parent 4571c5bacb
commit d9f6a3818c
+1 -1
View File
@@ -168,7 +168,7 @@ p {
/* Links /* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */ –––––––––––––––––––––––––––––––––––––––––––––––––– */
a { a {
color: #1EAEDB; } color: #000000; }
a:hover { a:hover {
color: #0FA0CE; } color: #0FA0CE; }