Archived
Add Layout base
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user