From 932fceb31cbf32ecc6e9c425ce17fced530b5da1 Mon Sep 17 00:00:00 2001 From: Laura van Helvoort Date: Thu, 26 Mar 2026 19:42:31 +0100 Subject: [PATCH] change color of background --- stylesheets/commons/Miscellaneous.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commons/Miscellaneous.scss b/stylesheets/commons/Miscellaneous.scss index f46abd0d225..2e5e647f354 100644 --- a/stylesheets/commons/Miscellaneous.scss +++ b/stylesheets/commons/Miscellaneous.scss @@ -32,7 +32,7 @@ Author(s): FO-nTTaX } .theme--dark & { - background-color: var( --clr-atlantis-80 ); + background-color: var( --clr-atlantis-10 ); border-color: var( --clr-atlantis-20 ); }