From e3e027e419ec3ed70ebe2e00422f17681bb90a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 15 Jun 2026 12:30:09 +0200 Subject: [PATCH] Darken inactive portal header tabs --- public/assets/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/assets/styles.css b/public/assets/styles.css index 8a889fb..08b79d1 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -2036,6 +2036,11 @@ section + section { width: 100%; } +.sg-portal-header__tabs .sg-tab-button[aria-selected="false"] { + background: var(--color-dark-grey); + color: var(--color-font-light); +} + .sg-portal-header__menu-wrap { grid-area: menu; justify-self: end; @@ -4255,4 +4260,3 @@ section + section { color: var(--text-typography-preview); margin-top: 0; } -