1
Fork 0
bauke-xyz/source/scss/index.scss

31 lines
379 B
SCSS
Raw Normal View History

2021-08-26 15:52:13 +00:00
@import 'reset';
@import 'mixins';
html {
font-size: 62.5%;
}
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;
}
2021-08-26 15:52:13 +00:00
@import 'components/page-footer';
@import 'components/page-header';
@import 'components/page-main';