2021-08-26 15:52:13 +00:00
|
|
|
@import 'reset';
|
|
|
|
@import 'mixins';
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
|
|
|
}
|
|
|
|
|
2020-08-13 14:19:43 +00:00
|
|
|
body {
|
2021-08-26 15:52:13 +00:00
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #ff0;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.monospace {
|
|
|
|
font-family: monospace;
|
2020-08-13 14:19:43 +00:00
|
|
|
}
|
2021-08-26 15:52:13 +00:00
|
|
|
|
2021-08-30 13:55:08 +00:00
|
|
|
@import 'components/errors';
|
2021-08-26 15:52:13 +00:00
|
|
|
@import 'components/page-footer';
|
|
|
|
@import 'components/page-header';
|
|
|
|
@import 'components/page-main';
|
2021-08-30 14:35:59 +00:00
|
|
|
|
|
|
|
@import 'components/userstyles';
|