2018-02-08 23:16:43 -06:00
|
|
|
---
|
|
|
|
|
layout: null
|
|
|
|
|
sitemap: false
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
{% if site.baseurl and site.baseurl != "" %}
|
|
|
|
|
$baseurl: "{{ site.baseurl }}";
|
|
|
|
|
{% else %}
|
|
|
|
|
$baseurl: "";
|
|
|
|
|
{% endif %}
|
|
|
|
|
$body-background-color: #2B2E31;
|
|
|
|
|
|
|
|
|
|
$content-max-width: 800px;
|
|
|
|
|
$content-color: #222;
|
2019-09-28 22:59:32 -05:00
|
|
|
$content-background-color: #f0f0f0;
|
2018-02-08 23:16:43 -06:00
|
|
|
|
2020-02-23 22:03:29 -08:00
|
|
|
$brand-colour: #1A232F;
|
2018-02-08 23:16:43 -06:00
|
|
|
$brand-colour-light: mix($brand-colour, $content-background-color, 10%);
|
|
|
|
|
|
|
|
|
|
$nav-header-background-color: $brand-colour;
|
|
|
|
|
$nav-header-height: 60px;
|
2020-02-23 22:03:29 -08:00
|
|
|
$nav-background-color: #1A232F;
|
2018-02-08 23:16:43 -06:00
|
|
|
$nav-width: 300px;
|
|
|
|
|
|
|
|
|
|
$space: 20px;
|
|
|
|
|
|
|
|
|
|
$mobile-break: 700px;
|
|
|
|
|
$full-width-break: $nav-width + ($space * 4) + $content-max-width;
|
|
|
|
|
|
|
|
|
|
@import "mixins";
|
|
|
|
|
@import "normalize";
|
|
|
|
|
@import "pygments";
|
|
|
|
|
@import "typography";
|
|
|
|
|
@import "code";
|
|
|
|
|
@import "tables";
|
|
|
|
|
@import "layout";
|