From e5afe4c9c59f81fecc3ba9d1494e23ec26fa7ca3 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 6 Feb 2024 16:24:19 +0100 Subject: [PATCH] stripped down light theme --- documentation/docs/custom.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/custom.css b/documentation/docs/custom.css index ca01768e42..bd15faac15 100644 --- a/documentation/docs/custom.css +++ b/documentation/docs/custom.css @@ -15,17 +15,17 @@ } .light { - --bg: #f4f6f8; - --fg: #121726; - - --sidebar-bg: #f4f6f8; - --sidebar-fg: #121726; --sidebar-active: #fb6e4e; --icons: #121726; --icons-hover: #fb6e4e; --links: #fb6e4e; + + ::selection { + color: #f4f6f8; + background-color: #fb6e4e; + } } footer {