1 2 3 4 5 6 7 8 9 10 11 12 13 14
@tailwind base; @tailwind components; @tailwind utilities; html, body { min-height: 100%; min-width: 100%; } .hljs { background-color: rgba(242, 242, 242, 0.1); border-radius: 0.5rem; }