MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 616: Zeile 616:




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