Header > logo : fix color
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
isUnknown 2026-06-29 13:35:06 +02:00
parent 6d69b25356
commit c69b1a9049
3 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@ img {
a {
text-decoration: none;
color: inherit;
&:active,
&:visited {
color: inherit;

View file

@ -49,6 +49,7 @@ img {
a {
text-decoration: none;
color: inherit;
}
a:active, a:visited {
color: inherit;

File diff suppressed because one or more lines are too long