1
0
cms11/resources/css/app.css

36 lines
586 B
CSS
Raw Normal View History

@import "@fontsource/quicksand";
@import "reset";
@import "utilities";
@import "links";
@import "site-header";
@import "figure";
@import "article-main";
@import "chat";
@import "footnotes";
@import "details";
@import "tables";
@import "article-list";
@import "paginator";
@import "drop";
@import "site-footer";
@import "form";
:root {
--body-width: 800px;
--design-width: calc(800px + 4rem);
}
html,
body {
width: 100vw;
height: 100vh;
background-color: #030712;
color: #e4f1fe;
}
body {
font-family: "Quicksand";
margin: auto;
font-size: 24px;
}