style: link colors in footer

This commit is contained in:
Ayo Ayco 2024-09-01 19:02:30 +02:00
parent 7f97bd8287
commit a85bc511ac

View file

@ -31,6 +31,14 @@ import {VERSION} from '../consts';
display: flex;
font-size: small;
a {
color: var(--gray)
}
a:hover {
color: var(--accent)
}
svg {
width: 1.25rem;
height: 1.25rem;