css: fix accent color

This commit is contained in:
0xMRTT 2023-05-12 17:19:38 +02:00
parent 40bb85d40c
commit 5ac9524a8c
Signed by: 0xmrtt
GPG key ID: 19C1449A774028BD

View file

@ -135,7 +135,7 @@ h2 {
a {
font-weight: 600;
text-decoration: none;
color: var(--primary-color);
color: var(--accent-color);
cursor: pointer;
font-variation-settings: "wght" 600; /* needed for webkit */
}