Add new styles and update text in Footer and Header components.

This commit is contained in:
Esa Kataja
2024-10-12 12:22:49 +03:00
parent dd4866d950
commit 0054a2484f
3 changed files with 13 additions and 4 deletions
+8
View File
@@ -8,4 +8,12 @@
body {
@apply bg-gray-800 text-zinc-100;
font-family: 'Roboto Condensed', sans-serif;
}
.input-text-field {
@apply text-gray-800 p-2 rounded-md;
}
.button-primary {
@apply bg-blue-500 text-white px-4 py-2 rounded-md hover:bg-blue-600;
}