@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "tippy.js/dist/tippy"; @import "code_theme"; @import "tooltip_theme"; @layer base { html { scroll-behavior: smooth; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } [x-cloak] { display: none !important; } pre[class*="language-"] { padding: 0 !important; margin: 0 !important; } .feather { width: 24px; height: 24px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; } .h-fill { height: fill-available; } .min-h-fill { min-height: fill-available; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { @apply bg-gray-300 transition-colors; border-radius: 6px; border: 2px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { @apply bg-gray-400; } }