gejdr-frontend/assets/styles/main.less
Lucien Cartier-Tilet 620f5b34f0
initial commit
Base appearance of the website is done, now onto adding features
2025-02-16 18:21:37 +01:00

18 lines
224 B
Plaintext

@tailwind base;
@tailwind components;
@tailwind utilities;
@import '_theme';
@import '_default';
@custom-variant dark (&:where(.dark, .dark *));
html,
body {
height: 100%;
margin: 0;
}
#__nuxt {
min-height: 100%;
}