Initial commit
This commit is contained in:
20
themes/kestrel/assets/css/main.scss
Normal file
20
themes/kestrel/assets/css/main.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
$darkest-color: {{ .Site.Params.style.darkestColor | default "#242930" }};
|
||||
$dark-color: {{ .Site.Params.style.darkColor | default "#b6cdcc" }};
|
||||
$light-color: {{ .Site.Params.style.lightColor | default "#afbac4" }};
|
||||
$lightest-color: {{ .Site.Params.style.lightestColor | default "#ffffff" }};
|
||||
$primary-color: {{ .Site.Params.style.primaryColor | default "#57cc8a" }};
|
||||
|
||||
@import 'base';
|
||||
|
||||
@import 'components/app';
|
||||
@import 'components/error_404';
|
||||
@import 'components/icon';
|
||||
@import 'components/pagination';
|
||||
@import 'components/post';
|
||||
@import 'components/posts_list';
|
||||
@import 'components/tag';
|
||||
@import 'components/tags_list';
|
||||
|
||||
// The last 'extra' import can optionally be overridden on a per project
|
||||
// basis by creating a <HUGO_PROJECT>/assets/css/_extra.scss file.
|
||||
@import 'extra';
|
Reference in New Issue
Block a user