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
|
|
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
|
|
|
@media (min-width: $bp-xs) {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2020-03-30 17:45:27 +00:00
|
|
|
}
|
|
|
|
|