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 {
|
|
|
|
font-family: "Montserrat", sans-serif;
|
|
|
|
color: var(--color__body);
|
2020-03-31 10:30:22 +00:00
|
|
|
background-color: var(--color-bg);
|
2020-03-30 17:45:27 +00:00
|
|
|
}
|
|
|
|
|