Direkt zum Inhalt
- Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.
- Wird in einem neuen Fenster geöffnet.
/* Button tweaks */
.button--primary {
background-color: #753a50;
color: #d8b5ab;
}
/* Background & typography */
body {
background-color: #1a1a1a;
color: #a8a095;
}
/* Links */
a {
color: #9b4f54;
}
a:hover {
color: #753a50;
}
/* Section title styling */
h2.section-title {
color: #d8b5ab;
}
/* Footer */
.footer {
background-color: #3c1c30;
color: #d8b5ab;
}