From 06cb95c4217f09ec3b2a35360233aef6a7bf72b4 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 29 Dec 2023 17:29:14 +0100 Subject: [PATCH] Updated also for nl. --- docs/nl/stylesheets/extra.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nl/stylesheets/extra.css b/docs/nl/stylesheets/extra.css index 416d9c8..4de843b 100644 --- a/docs/nl/stylesheets/extra.css +++ b/docs/nl/stylesheets/extra.css @@ -1,5 +1,5 @@ [dir="ltr"] .md-typeset blockquote { - border-left: .2rem solid rgba(68,138,255,1); - background-color: rgba(34, 44, 63, 1); - color: rgb(191,195,202); + border-left: .2rem solid rgba(68, 138, 255, 1); + background-color: rgba(34, 44, 63, 0.6); + color: rgb(240, 240, 240); } \ No newline at end of file