From 195ef91d3cd2be8e13b0b1707625b772dc1e1b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CKatrinBistreck=E2=80=9D?= <“katrin.bistreck@tuhh.de”> Date: Thu, 6 Feb 2025 18:22:33 +0100 Subject: [PATCH] change test color on main page --- docs/assets/css/unicado.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/assets/css/unicado.css b/docs/assets/css/unicado.css index 7050e6f..cc05708 100644 --- a/docs/assets/css/unicado.css +++ b/docs/assets/css/unicado.css @@ -31,7 +31,14 @@ max-width: 1060px; margin: auto; border: 1px solid rgba(255, 255, 255, 0.1); +} +/* Text color in hero section */ +.hero-section, +.hero-section h1, +.hero-section h2, +.hero-section h3 { + color: var(--text-color); } /* Text styling within the hero section */ @@ -40,6 +47,7 @@ font-size: 1.1em; } + /* Download button styling */ .download-button-container { text-align: center; -- GitLab