From 0f5f932468baa0ebfd61a7e9f37cfc04f8426513 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 6 Dec 2023 21:54:26 +0100 Subject: [PATCH] Updated blockquotes. --- docs/stylesheets/extra.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 424e6a3..cde4591 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,5 +1,5 @@ -blockquote { - background-color: #f0f0f0; - opacity: 0.8; - color: #333; +:root { + --md-blockquote-bg-color: #a56e6e; + --md-blockqoute-text-color: #af1212; + --md-blockquote-border-color: #13951c; } \ No newline at end of file