added classes to torrentRow and globas.css for dark mode

This commit is contained in:
Artur Lozovski 2023-12-15 13:29:40 +00:00
parent e053480183
commit ebe737bc99
6 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
.dark {
@apply bg-gray-800 text-zinc-50
}