polylines tooltip content

This commit is contained in:
ISA
2024-08-10 10:32:37 +02:00
parent b1f7b700ca
commit b7116a1e6f
142 changed files with 14451 additions and 4281 deletions

View File

@@ -16,3 +16,16 @@
padding: 10px !important;
color: white !important;
}
/* GMA Farben */
.text-blue-700 {
color: #1d4ed8;
}
.text-red-700 {
color: #dc2626;
}
.text-yellow-500 {
color: #f59e0b;
}
.text-green-700 {
color: #10b981;
}