body {
  background-color: #181a1b !important;
  color: #e0e0e0 !important;
}
/* Beispiel für eine Bootstrap-ähnliche Navbar */
.navbar,
.header,
.menu,
.site-header {
  background-color: #222 !important;
  color: #e0e0e0 !important;
}

/* Optional: Links im Menü anpassen */
.navbar a,
.header a,
.menu a,
.site-header a {
  color: #e0e0e0 !important;
}
a, a:visited {	 color: #ffd700 !important; /* z.B. Gold für Hover-Effekt */
}
.content blockquote {
  color: #ccc !important;
  background-color: #222 !important;
  border-left: 4px solid #555 !important;
}