Improve dark/light mode

This commit is contained in:
2026-01-27 19:28:05 +01:00
parent 40869e25f3
commit 06096d471e
9 changed files with 98 additions and 61 deletions
+2 -2
View File
@@ -53,11 +53,11 @@
}
.responsive-table tr:nth-child(even) {
@apply bg-slate-800
@apply bg-indigo-100 dark:bg-slate-800
}
.responsive-table tbody tr:nth-child(odd) {
@apply bg-slate-900
@apply bg-indigo-200 dark:bg-slate-900
}
.responsive-table thead th {