CSS im Customizer
/* system fonts to replace google fonts for GDPR reasons */
body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
/* Only supported on Chromium-based browsers and Safari */
font-family: system-ui;
}
/* Hintergrundbild entfernen */
.header-image {
background-image: none !important;
}
/* Bild des Beitrages nicht nochmal in groß wiederholen */
.single-post .featured-media { display: none; }
/* post Hintergrund schwarz*/
.post-container {
background: none;
}
/*post Überschrift in weiß, da der Hintergrund schwarz ist */
.post-title {
color: white
}