Change the a tag color.

This commit is contained in:
Jacob 2024-05-30 18:21:49 +02:00
parent 3132a6ea0f
commit 72c44a4af2

View file

@ -298,11 +298,11 @@ footer {
}
a {
color: #89bfff;
color: #5c5cd6;
}
a:hover {
color: #899fff;
color: #3333cc;
}
body {