From 729fc22c15ec90a39f2ea167c18d21c7e18e6b62 Mon Sep 17 00:00:00 2001 From: Philippe Leprince Date: Thu, 13 Mar 2025 15:46:09 +0100 Subject: [PATCH] The light theme wasn't using the ynput green. Signed-off-by: Philippe Leprince --- docs/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/css/custom.css b/docs/css/custom.css index abbc97b6f4..d8574c3a54 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -3,4 +3,10 @@ --md-primary-fg-color: hsl(155, 49%, 50%); --md-accent-fg-color: rgb(93, 200, 156); --md-typeset-a-color: hsl(155, 49%, 45%) !important; +} +[data-md-color-scheme="default"] { + /* simple default overrides */ + --md-primary-fg-color: hsl(155, 49%, 50%); + --md-accent-fg-color: rgb(93, 200, 156); + --md-typeset-a-color: hsl(155, 49%, 45%) !important; } \ No newline at end of file