Bringing in icons to use and the theme turned into gray only.

This commit is contained in:
Zed A. Shaw 2025-08-12 12:52:02 -04:00
parent 0b40ef0125
commit 25c96a8c3a
873 changed files with 14231 additions and 21 deletions

View file

@ -1,4 +1,5 @@
@import "tailwindcss";
@import "./theme.css" layer(theme);
body {
@apply text-gray-950 dark:text-gray-50;
@ -24,10 +25,14 @@ h3 {
@apply text-4xl pb-4;
}
h5 {
h4 {
@apply text-3xl pb-4;
}
h5 {
@apply text-2xl pb-4;
}
card {
@apply flex flex-col bg-gray-800 max-w-md rounded-xl shadow-lg outline;
}
@ -72,6 +77,10 @@ button {
@apply bg-yellow-800! text-gray-50!;
}
@utility btn-primary {
@apply bg-teal-300! text-gray-950!;
}
shape {
@apply bg-gray-300 flex flex-col justify-center items-center aspect-square p-1 text-gray-950;
}