From 6e7bee41ceff95035a4edde09bb023977237c0d8 Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 7 Dec 2023 21:46:23 +0100 Subject: [PATCH] Updated colours. --- docs/stylesheets/extra.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 3880976..7358d5d 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,9 +1,5 @@ -[dir=rtl] .md-typeset blockquote { - border-right:.2rem solid rgb(255, 0, 0) -} - -.md-typeset blockquote { - color: rgb(255,0,0); - margin-left:0; - margin-right:0 -} \ No newline at end of file +:root { + --md-primary-fg-color: #EE0F0F; + --md-primary-fg-color--light: #ECB7B7; + --md-primary-fg-color--dark: #90030C; + } \ No newline at end of file