fix invisible links (closes #26)

This commit is contained in:
Pierre de Lacroix 2026-01-25 13:02:56 +01:00
parent 2ae53d4997
commit fc5ae9031c
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39

View file

@ -33,6 +33,10 @@ img {
}
a {
color: inherit;
}
nav a, footer a {
color: black;
text-decoration: none;
}