10 lines
260 B
CSS
10 lines
260 B
CSS
@import "tailwindcss";
|
|
|
|
html {
|
|
@apply bg-[#1d1f21];
|
|
/* @apply bg-[#fafafa]; */
|
|
@apply text-white;
|
|
/* @apply font-; */
|
|
@apply font-sans;
|
|
/* font-family: 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif; */
|
|
} |