Utilize --contrast-color for footer Duckquill and Zola links

This commit is contained in:
daudix 2024-08-15 00:36:49 +03:00
parent d8bd84dbbb
commit ebf4f7c2b7
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -109,7 +109,7 @@
&:hover {
background-color: var(--primary-color);
color: var(--fg-color);
color: var(--contrast-color);
}
}
}