15 lines
No EOL
424 B
CSS
15 lines
No EOL
424 B
CSS
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
|
|
|
|
@import "tailwindcss";
|
|
@plugin 'tailwind-scrollbar' {
|
|
nocompatible: true;
|
|
}
|
|
|
|
@theme {
|
|
--font-sans: 'DM Sans', sans-serif;
|
|
--color-stereo: #ff264e;
|
|
}
|
|
|
|
* {
|
|
@apply scrollbar-thin scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-thumb-white/30 scrollbar-track-white/10;
|
|
} |