From 5e96412258697942845c6ae02c113ca7266f6996 Mon Sep 17 00:00:00 2001 From: "Fabian T. Ecke" Date: Sun, 18 Jan 2026 14:36:33 +0100 Subject: [PATCH] static/css/custom.css aktualisiert --- static/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 0eddfe6..81a2d1f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -61,6 +61,11 @@ body { transition: 400ms; } -.header-green-custom :is(h1, h2, h3, h4, h5, h6) { +.header-green-custom h1, +.header-green-custom h2, +.header-green-custom h3, +.header-green-custom h4, +.header-green-custom h5, +.header-green-custom h6 { color: #00ad8e; } \ No newline at end of file