1
0
Fork 0

fixed link colour being unreadable on black

This commit is contained in:
Sara Gerretsen 2026-02-10 22:20:11 +01:00
parent d10187dcc2
commit 2e9a7b20f6

View file

@ -41,8 +41,8 @@ a.internal {
color: var(--foreground-color);
}
a:hover {
color: var(--link-hover-color);
a {
color: var(--link-hover-color);
}
section {