added classes to torrentRow and globas.css for dark mode
This commit is contained in:
parent
e053480183
commit
ebe737bc99
6 changed files with 11 additions and 7 deletions
|
|
@ -1,3 +1,8 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
.dark {
|
||||
@apply bg-gray-800 text-zinc-50
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue