style: update footer link hover in dark mode

This commit is contained in:
Ayo Ayco 2025-04-12 19:07:28 +02:00
parent 6b8124d810
commit 55f9174380

View file

@ -45,6 +45,13 @@ const year = new Date().getFullYear()
&:hover {
color: var(--color-brand-blue-5);
}
@media (prefers-color-scheme: dark) {
color: var(--text-color-light);
&:hover {
color: var(--color-brand-complement);
}
}
}
footer {
margin-top: 2em;