Adjusting link color

This commit is contained in:
Michael Bergbauer 2025-06-13 23:45:06 +02:00
parent f49f6216ef
commit e228c74402

View File

@ -157,3 +157,13 @@ body {
color: #f1f1f1;
font-size: 1rem;
}
a {
color: var(--highlight);
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #ffd27f;
}