more color on links

This commit is contained in:
Neale Pickett 2023-12-24 14:40:22 -07:00
parent 9300e3964a
commit 7fbeb6fe46
1 changed files with 2 additions and 2 deletions

View File

@ -65,11 +65,11 @@ h1, h2, h3, h4, h5, h6 {
}
a {
color: #246;
color: #24f;
text-decoration: none;
}
a:visited {
color: #479;
color: #46c;
}
a:hover {
color: #a52;