diff --git a/src/prisma/ERD.svg b/src/prisma/ERD.svg deleted file mode 100644 index 9c4504e..0000000 --- a/src/prisma/ERD.svg +++ /dev/null @@ -1 +0,0 @@ -UserStringidPKStringusernameStringfirstNameStringlastNameStringhashStringemailDateTimecreatedAtDateTimeupdatedAtnullableDateTimedateOfBirthBeerPostStringidPKStringnameFloatibuFloatabvStringdescriptionStringpostedByIdStringbreweryIdStringtypeIdDateTimecreatedAtDateTimeupdatedAtnullableBeerPostLikeStringidPKStringbeerPostIdStringlikedByIdDateTimecreatedAtDateTimeupdatedAtnullableBeerCommentStringidPKIntratingStringbeerPostIdStringpostedByIdStringcontentDateTimecreatedAtDateTimeupdatedAtnullableBeerTypeStringidPKStringnameDateTimecreatedAtDateTimeupdatedAtnullableStringpostedByIdBreweryPostStringidPKStringnameStringlocationStringdescriptionDateTimecreatedAtDateTimeupdatedAtnullableStringpostedByIdBreweryCommentStringidPKIntratingStringbreweryPostIdStringpostedByIdStringcontentDateTimecreatedAtDateTimeupdatedAtnullableBeerImageStringidPKStringbeerPostIdStringpathStringaltStringcaptionDateTimecreatedAtDateTimeupdatedAtnullableStringpostedByIdBreweryImageStringidPKStringbreweryPostIdStringpathDateTimecreatedAtDateTimeupdatedAtnullableStringcaptionStringaltStringpostedByIdpostedBybrewerytypebeerPostlikedBybeerPostpostedBypostedBypostedBybreweryPostpostedBybeerPostpostedBybreweryPostpostedBy \ No newline at end of file diff --git a/src/styles/globals.css b/src/styles/globals.css index 2505039..4ccbf08 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -3,5 +3,5 @@ @tailwind utilities; .card { - @apply shadow-md + @apply shadow-md card-compact bg-base-300 } \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index c5a68a2..0d20479 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,7 +12,7 @@ const darkTheme = { warning: 'hsl(50, 98%, 50%)', 'primary-content': 'hsl(0, 0%, 98%)', 'error-content': 'hsl(0, 0%, 98%)', - 'base-100': 'hsl(190, 4%, 9%)', + 'base-100': 'hsl(190, 4%, 11%)', 'base-200': 'hsl(190, 4%, 8%)', 'base-300': 'hsl(190, 4%, 5%)', }, @@ -28,11 +28,11 @@ const pastelTheme = { info: 'hsl(163, 40%, 79%)', success: 'hsl(93, 27%, 73%)', warning: 'hsl(40, 76%, 73%)', - 'primary-content': 'hsl(0, 0%, 12%)', - 'error-content': 'hsl(0, 0%, 12%)', - 'base-100': 'hsl(0, 0%, 85%)', - 'base-200': 'hsl(0, 0%, 82%)', - 'base-300': 'hsl(0, 0%, 78%)', + 'primary-content': 'hsl(0, 0%, 0%)', + 'error-content': 'hsl(0, 0%, 0%)', + 'base-100': 'hsl(0, 0%, 94%)', + 'base-200': 'hsl(0, 0%, 90%)', + 'base-300': 'hsl(0, 0%, 85%)', }, };