refac: styling

This commit is contained in:
Timothy J. Baek
2024-09-18 02:11:25 +02:00
parent d1bf18eeb0
commit 98984166f9
2 changed files with 10 additions and 4 deletions

View File

@@ -160,3 +160,7 @@ input[type='number'] {
.svelte-flow {
background-color: transparent !important;
}
.bg-gray-950-90 {
background-color: rgba(var(--color-gray-950, #0d0d0d), 0.9);
}