Spaces:
Running
Running
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| :root { | |
| color-scheme: light dark; | |
| } | |
| * { | |
| -webkit-tap-highlight-color: transparent; | |
| } | |
| .scrollbar-thin::-webkit-scrollbar { | |
| height: 8px; | |
| width: 8px; | |
| } | |
| .scrollbar-thin::-webkit-scrollbar-thumb { | |
| background: rgba(100,100,100,0.4); | |
| border-radius: 8px; | |
| } |