From 8305f50fe9e9eb8e9c595ac726f93e9287aa2d84 Mon Sep 17 00:00:00 2001 From: Kato Date: Sat, 5 Sep 2026 14:25:34 +0000 Subject: [PATCH] =?UTF-8?q?Add=20language=20toggle=20CSS=20=E2=80=94=20hid?= =?UTF-8?q?e-de/hide-en=20rules=20were=20missing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/styles.css b/css/styles.css index ac28695..101fa40 100644 --- a/css/styles.css +++ b/css/styles.css @@ -367,6 +367,12 @@ body { transform: scale(1.1); } +/* ======================================== + LANGUAGE TOGGLE +*/ +body[data-lang="de"] .hide-en { display: none !important; } +body[data-lang="en"] .hide-de { display: none !important; } + /* ======================================== DATES / EVENTS */