style(light-mode): fix wrong button font-color on hover

This commit is contained in:
Sven Brodny
2024-03-05 18:21:36 +01:00
parent a9043e7722
commit cbd0773bd5

View File

@@ -88,6 +88,10 @@ a.action,
align-items: center;
margin-top: 0;
background-color: var(--sl-color-accent-high);
&.action {
color: var(--color-btn);
}
}
.article-footer > a > p {