gege-jdr/src/assets/main.less
Lucien Cartier-Tilet dd4ebefedc feat(home): update and fix home page
feat(campaigns): add campaigns page

chore: add oxlint linter on top of eslint

refactor(pocketbase): rework typing of Pocketbase store
2024-02-17 04:53:56 +01:00

30 lines
496 B
Plaintext

@import '_reset';
@import '@fontsource/roboto';
@import '@fontsource/poppins';
@import '_theme';
@import '_mixins';
@import '_layouts';
@import 'components/buttons';
@import 'components/cards';
@import 'components/highlight';
@import 'components/links';
body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
* {
box-sizing: border-box;
scroll-padding-top: 3rem;
}
ul.no-style {
list-style: none;
list-style-type: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}