From 4cc443e8ad89b7183d720a0a6a39c9f40ca21aa7 Mon Sep 17 00:00:00 2001 From: Laura van Helvoort Date: Thu, 26 Mar 2026 20:09:50 +0100 Subject: [PATCH 1/3] change heading colors --- stylesheets/commons/Headings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/commons/Headings.scss b/stylesheets/commons/Headings.scss index d0d613e720e..0f9a7df1e77 100644 --- a/stylesheets/commons/Headings.scss +++ b/stylesheets/commons/Headings.scss @@ -38,11 +38,11 @@ h1#firstHeading, font-weight: 500; .theme--light & { - color: var( --clr-wiki-theme-40 ); + color: var( --clr-wiki-theme-20 ); } .theme--dark & { - color: var( --clr-wiki-theme-90 ); + color: var( --clr-secondary-90 ); } } From 93b4d5d69fa81461a283cf4bf0cc55d315c0d80d Mon Sep 17 00:00:00 2001 From: Laura van Helvoort Date: Thu, 26 Mar 2026 21:01:59 +0100 Subject: [PATCH 2/3] typo --- stylesheets/commons/Tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commons/Tabs.scss b/stylesheets/commons/Tabs.scss index aa3e0123058..534760e6d1a 100644 --- a/stylesheets/commons/Tabs.scss +++ b/stylesheets/commons/Tabs.scss @@ -442,7 +442,7 @@ html.client-nojs .tabs-content > div:not( .active ) { .theme--light & { background-color: var( --clr-secondary-100 ); - color: var( --clr-secondary-8 ); + color: var( --clr-secondary-9 ); } .theme--dark & { From d61b3ecd2d5cf36284fce18ae072ad3c9e96589a Mon Sep 17 00:00:00 2001 From: Laura van Helvoort Date: Thu, 26 Mar 2026 21:13:57 +0100 Subject: [PATCH 3/3] tabs bg color --- stylesheets/commons/Tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commons/Tabs.scss b/stylesheets/commons/Tabs.scss index 534760e6d1a..12b811158e1 100644 --- a/stylesheets/commons/Tabs.scss +++ b/stylesheets/commons/Tabs.scss @@ -441,7 +441,7 @@ html.client-nojs .tabs-content > div:not( .active ) { font-weight: bold; .theme--light & { - background-color: var( --clr-secondary-100 ); + background-color: var( --clr-background ); color: var( --clr-secondary-9 ); }