Improve light/dark theme toggle

This commit is contained in:
2026-01-16 20:25:50 +01:00
parent eb6b6bccef
commit 1ba204fbdc
14 changed files with 190 additions and 65 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 {