chore: added light, dark & print modes

This commit is contained in:
2025-01-29 19:20:48 +01:00
parent a650a2f719
commit 2a3f4ca1ef
9 changed files with 89 additions and 55 deletions
-5
View File
@@ -2,10 +2,6 @@
@tailwind components;
@tailwind utilities;
:root {
color-scheme: dark;
}
body {
margin: 0;
}
@@ -24,7 +20,6 @@ body {
/* Track */
::-webkit-scrollbar-track {
background: theme('colors.stone.900');
border-radius: theme('borderRadius.md');
}
/* Handle */