zola/docs/sass/site.scss

23 lines
420 B
SCSS
Raw Normal View History

2017-09-08 18:59:51 +09:00
@charset "utf-8";
@import "normalize";
*, *:before, *:after {
box-sizing: border-box;
}
2017-09-12 16:13:26 +09:00
$background: #191919;
$foreground: white;
$link-color: #007CBC;
2017-09-12 16:13:26 +09:00
2017-09-08 18:59:51 +09:00
@import "base";
@import "layout";
@import "header";
@import "index";
2017-09-12 16:13:26 +09:00
@import "docs";
2018-02-23 18:05:46 +01:00
@import "themes";
2018-03-15 18:58:32 +01:00
@import "search";
//@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
//@import url("syntax-theme-light.css") (prefers-color-scheme: light);