✨feature: Add Tailwind and configure
This commit is contained in:
12
styles/base.css
Normal file
12
styles/base.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@import 'tailwindcss';
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
body {
|
||||
@apply container mx-auto px-4 py-8 text-base text-gray-200 bg-slate-900;
|
||||
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00B7FF;
|
||||
}
|
||||
Reference in New Issue
Block a user