[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

1@tailwind base; 2@tailwind components; 3@tailwind utilities; 4 5@layer base { 6 html { 7 scroll-behavior: smooth; 8 } 9} 10 11@layer utilities { 12 /* Hide scrollbar for Chrome, Safari and Opera */ 13 .no-scrollbar::-webkit-scrollbar { 14 display: none; 15 } 16 /* Hide scrollbar for IE, Edge and Firefox */ 17 .no-scrollbar { 18 -ms-overflow-style: none; /* IE and Edge */ 19 scrollbar-width: none; /* Firefox */ 20 } 21} 22 23/* * { 24 outline: red solid 1px; 25} */