theme: accent seems to work every time (?)

This commit is contained in:
Julien Calixte
2025-07-14 11:50:51 +02:00
parent a0febe79a6
commit c7bf6dfc84

View File

@@ -43,7 +43,7 @@ module.exports = {
// "text-decoration": "wavy underline var(--color-contrast-content)",
// "text-decoration-thickness": "0.1em",
"text-decoration": "none",
color: "var(--color-contrast-content)",
color: "var(--color-accent)",
},
"a.btn-primary": {
color: "var(--color-secondary-content)",