1 2 3 4 5 6 7 8 9@tailwind base; @tailwind components; @tailwind utilities; html { background-color: #080e37; color: white; }
1 2 3 4 5 6 7 8 9
@tailwind base; @tailwind components; @tailwind utilities; html { background-color: #080e37; color: white; }