From cbd0773bd59272a6b3999473ef5fdc2aad670149 Mon Sep 17 00:00:00 2001 From: Sven Brodny Date: Tue, 5 Mar 2024 18:21:36 +0100 Subject: [PATCH] style(light-mode): fix wrong button font-color on hover --- docs/src/styles/custom-css.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/styles/custom-css.css b/docs/src/styles/custom-css.css index c96ba15..5c6b1df 100644 --- a/docs/src/styles/custom-css.css +++ b/docs/src/styles/custom-css.css @@ -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 {