From 5b2f53a7f42df10de564be032031a868bbd7daa7 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Fri, 20 Dec 2024 15:22:41 +0000 Subject: [PATCH] style.css aktualisiert --- style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 40d3128..d5a3981 100644 --- a/style.css +++ b/style.css @@ -83,7 +83,19 @@ body { } .button-container { - margin-bottom: 15px; + margin-bottom: 5px; +} + +.preset-set { + margin: 0; + text-align: center; /* Zentriert den gesamten Inhalt */ + font-size: 12px; + color: #999 +} + +.preset-set a { + color: #999; /* Farbe der Links */ + text-decoration: underline; /* Entfernt den Unterstreichung */ } .footer { @@ -95,5 +107,5 @@ body { .footer a { color: #999; /* Farbe der Links */ - text-decoration: underline; /* Entfernt den Unterstreichung */ + text-decoration: none; /* Entfernt den Unterstreichung */ }