theme: accent seems to work every time (?)
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = {
|
|||||||
// "text-decoration": "wavy underline var(--color-contrast-content)",
|
// "text-decoration": "wavy underline var(--color-contrast-content)",
|
||||||
// "text-decoration-thickness": "0.1em",
|
// "text-decoration-thickness": "0.1em",
|
||||||
"text-decoration": "none",
|
"text-decoration": "none",
|
||||||
color: "var(--color-contrast-content)",
|
color: "var(--color-accent)",
|
||||||
},
|
},
|
||||||
"a.btn-primary": {
|
"a.btn-primary": {
|
||||||
color: "var(--color-secondary-content)",
|
color: "var(--color-secondary-content)",
|
||||||
|
|||||||
Reference in New Issue
Block a user