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 */ }