Add language toggle CSS — hide-de/hide-en rules were missing

This commit is contained in:
Kato
2026-09-05 14:25:34 +00:00
parent 674233acde
commit 8305f50fe9
+6
View File
@@ -367,6 +367,12 @@ body {
transform: scale(1.1); 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 DATES / EVENTS
*/ */