Skip to content

Commit

Permalink
added card styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4j3sh committed Nov 8, 2024
1 parent 9ecb96c commit 3943709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ section {
@apply flex flex-col gap-2;
}

.card {
@apply border border-gray-200 dark:border-gray-800 rounded-md p-4 flex flex-col gap-4 bg-gray-100 dark:bg-gray-900;
}

footer {
@apply py-4 flex items-center justify-between text-sm text-gray-700 dark:text-gray-400;
}

0 comments on commit 3943709

Please sign in to comment.