style.css aktualisiert

This commit is contained in:
simonpipe 2024-12-20 15:22:41 +00:00
parent 6444c66999
commit 5b2f53a7f4

View file

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