Color fix

This commit is contained in:
Gunnar Skjold
2024-04-20 13:08:39 +02:00
parent 43d49f21a3
commit beaaa191e8
4 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ svg {
}
.tick text {
fill: #999;
fill: #666;
text-anchor: start;
@apply dark:fill-white
}