style.css aktualisiert
This commit is contained in:
parent
6444c66999
commit
5b2f53a7f4
1 changed files with 14 additions and 2 deletions
16
style.css
16
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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue