nonszy-space/src/app/globals.css
2025-02-17 15:32:46 +07:00

7 lines
94 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--background: #0F0A1F;
}