Put back colors for types

This commit is contained in:
Guilhem
2024-10-28 10:41:41 +01:00
parent 63abd70f2e
commit a89dc8f845
@@ -206,14 +206,14 @@
@apply text-tertiary;
}
.val.string {
@apply text-primary;
@apply text-green-600 dark:text-green-400/80;
}
.val.number {
@apply text-primary;
@apply text-orange-600 dark:text-orange-400/90;
@apply font-mono;
}
.val.boolean {
@apply text-primary;
@apply text-blue-600 dark:text-blue-400/90;
}
</style>