This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-30 17:45:27 +00:00
|
|
|
body {
|
2020-03-31 15:02:34 +00:00
|
|
|
@include font-body;
|
2020-03-30 17:45:27 +00:00
|
|
|
color: var(--color__body);
|
2020-03-31 10:30:22 +00:00
|
|
|
background-color: var(--color-bg);
|
2020-03-31 12:58:26 +00:00
|
|
|
|
2020-04-20 20:23:34 +00:00
|
|
|
font-size: $font-size-body--xxs;
|
2020-04-21 13:25:17 +00:00
|
|
|
line-height: $line-height-body;
|
2020-03-31 12:58:26 +00:00
|
|
|
|
|
|
|
@media (min-width: $bp-xs) {
|
2020-04-20 20:23:34 +00:00
|
|
|
font-size: $font-size-body;
|
2020-03-31 12:58:26 +00:00
|
|
|
}
|
2020-03-30 17:45:27 +00:00
|
|
|
}
|
|
|
|
|
2020-03-31 15:55:00 +00:00
|
|
|
// NOTE these correspond to base styles in milligram/src/_Base.css
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2020-04-20 20:23:34 +00:00
|
|
|
@include font-title;
|
2020-03-31 15:55:00 +00:00
|
|
|
}
|
|
|
|
|