mirror of
https://github.com/sct/overseerr.git
synced 2025-10-01 07:53:51 +02:00
feat: upgrade tailwindcss to 2.0.1
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user