feat: upgrade tailwindcss to 2.0.1

This commit is contained in:
sct
2020-11-20 02:03:18 +00:00
parent 89be56d840
commit fb5c791b0b
47 changed files with 396 additions and 346 deletions

View File

@@ -3,7 +3,7 @@
@tailwind utilities;
body {
@apply bg-cool-gray-900;
@apply bg-gray-900;
}
.plex-button {
@@ -16,7 +16,7 @@ body {
}
.titleCard {
@apply relative bg-cover rounded-lg bg-cool-gray-800;
@apply relative bg-cover rounded-lg bg-gray-800;
padding-bottom: 150%;
}