Proper link colors

These match the Zakarya Blue colors
How did it take THIS LONG for me to get around to doing this
This commit is contained in:
2025-06-17 21:56:28 -07:00
parent 2475b9aee2
commit 0f3f26f4f3

View File

@ -24,6 +24,26 @@ spacer {
margin-top: 8%;
}
a {
transition-duration: 0.2s;
}
a:link {
color: #2194ff;
}
a:visited {
color: #2178ff;
}
a:link:hover {
color: #21afff;
}
a:visited:hover {
color: #21afff;
}
a.btn,
button.btn {
padding: 8px 18px;