File und Order Struktur wie bai Kai in mockData Verzeichnis
Chart in localhost testen und in die Umgebung development und production
This commit is contained in:
@@ -27,7 +27,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
input {
|
||||
background-color: #333 !important; /* Dunkler Hintergrund im Darkmode */
|
||||
color: #fff !important; /* Weißer Text im Darkmode */
|
||||
@@ -35,7 +35,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@media (prefers-color-scheme: light) {
|
||||
input {
|
||||
background-color: white !important; /* Heller Hintergrund im Lightmode */
|
||||
color: black !important; /* Schwarzer Text im Lightmode */
|
||||
|
||||
Reference in New Issue
Block a user