MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 618: Zeile 618:
.nvd3 .nv-bar rect {
.nvd3 .nv-bar rect {
   fill: #3b82f6 !important;
   fill: #3b82f6 !important;
}
/* Stelle sicher, dass das SVG wirklich Höhe hat */
.cargoNVD3chart svg,
.nvd3-svg {
  height: 420px !important;
}
/* Balken & Achsentexte sichtbar machen (Vector/Light & Dark) */
.nvd3 .nv-bar rect { fill: #f0b429 !important; }
.nvd3 text { fill: #111 !important; }
@media (prefers-color-scheme: dark) {
  .nvd3 text { fill: #e8e8e8 !important; }
}
}