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

39 lines
527 B
SCSS
Raw Normal View History

2021-08-26 15:52:13 +00:00
@import 'reset';
html {
font-size: 62.5%;
}
body {
2021-11-25 22:28:21 +00:00
background-color: #000;
2021-08-26 15:52:13 +00:00
color: #fff;
font-family: sans-serif;
font-size: 2rem;
}
a {
2021-11-25 22:28:21 +00:00
color: #fff;
2021-08-26 15:52:13 +00:00
font-weight: bold;
}
button {
cursor: pointer;
}
.monospace {
font-family: monospace;
}
2021-08-26 15:52:13 +00:00
.divider {
border-top: 2px solid #fff;
margin-bottom: 1rem;
margin-top: 1rem;
}
2021-12-03 23:51:55 +00:00
@use 'components/errors';
@use 'components/page-footer';
@use 'components/page-header';
@use 'components/page-main';
@use 'components/listenbrainz';
@use 'components/userstyles';