style: update text color for better visibility in StorageAndPlan component

style: enhance global scrollbar styling
This commit is contained in:
grngxd 2025-08-08 23:20:41 +01:00
parent 30b3ae5044
commit 82bda3850f
2 changed files with 14 additions and 3 deletions

View file

@ -1,7 +1,15 @@
@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;
}