From 25df6c2055b8aadfb29eb22bbfe1366a864414ff Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 13 May 2024 22:41:04 +0200 Subject: [PATCH] Updated colours. --- config/en/mkdocs.yaml | 2 +- docs/en/stylesheets/extra.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/en/mkdocs.yaml b/config/en/mkdocs.yaml index 5900a1b..a7b1836 100755 --- a/config/en/mkdocs.yaml +++ b/config/en/mkdocs.yaml @@ -12,7 +12,7 @@ theme: - media: "(prefers-color-scheme: light)" scheme: default primary: white - accent: teal + accent: blue toggle: icon: material/brightness-7 name: Switch to dark mode diff --git a/docs/en/stylesheets/extra.css b/docs/en/stylesheets/extra.css index 3f8d7ae..b19915e 100644 --- a/docs/en/stylesheets/extra.css +++ b/docs/en/stylesheets/extra.css @@ -1,11 +1,11 @@ +[data-md-color-scheme="default"] .md-typeset blockquote { + border-left: .2rem solid rgba(68, 138, 255, 1); + background-color: rgba(34, 44, 63, 0.1); + color: rgb(0, 0, 0); +} + [data-md-color-scheme="slate"] .md-typeset blockquote { border-left: .2rem solid rgba(68, 138, 255, 1); background-color: rgba(34, 44, 63, 0.6); color: rgb(240, 240, 240); -} - -[data-md-color-scheme="default"] .md-typeset blockquote { - border-left: .2rem solid rgba(68, 138, 255, 1); - background-color: rgba(34, 44, 63, 0.6); - color: rgb(0, 0, 0); } \ No newline at end of file