zola/docs/sass/site.scss

20 lines
279 B
SCSS
Raw Permalink Normal View History

2017-09-08 09:59:51 +00:00
@charset "utf-8";
@import "normalize";
*, *:before, *:after {
box-sizing: border-box;
}
2017-09-12 07:13:26 +00:00
$background: #191919;
$foreground: white;
$link-color: #007CBC;
2017-09-12 07:13:26 +00:00
2017-09-08 09:59:51 +00:00
@import "base";
@import "layout";
@import "header";
@import "index";
2017-09-12 07:13:26 +00:00
@import "docs";
2018-02-23 17:05:46 +00:00
@import "themes";
2018-03-15 17:58:32 +00:00
@import "search";