Add Layout base

This commit is contained in:
Esa Kataja
2024-10-12 11:30:40 +03:00
parent 0d4537518f
commit 96f55c2644
8 changed files with 369 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
@import url('https://fonts.cdnfonts.com/css/roboto-condensed-3');
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-800 text-slate-300;
@apply bg-gray-800 text-zinc-100;
font-family: 'Roboto Condensed', sans-serif;
}