From 46d18540795583f102531627af83c43ce916b87d Mon Sep 17 00:00:00 2001 From: Thomas Dannenberg Date: Sat, 1 Nov 2025 14:33:37 +0000 Subject: [PATCH] =?UTF-8?q?adventskalender/shared/style.css=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adventskalender/shared/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 adventskalender/shared/style.css diff --git a/adventskalender/shared/style.css b/adventskalender/shared/style.css new file mode 100644 index 0000000..9771c49 --- /dev/null +++ b/adventskalender/shared/style.css @@ -0,0 +1,26 @@ +body { + font-family: sans-serif; + background-color: #f5f5f5; + color: #222; + padding: 2rem; + text-align: center; +} + +.year-list ul { + list-style: none; + padding: 0; +} + +.year-list li { + margin: 1rem 0; +} + +.year-list a { + text-decoration: none; + font-size: 1.2rem; + background: #8573FB; + color: white; + padding: 0.5rem 1rem; + border-radius: 8px; + display: inline-block; +}