mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 21:48:13 +00:00
chore: added light, dark & print modes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user