kazhnuz.css/src/scss/_global.scss

13 lines
290 B
SCSS

/* 4 - Custom styling
* Styles that are custom to this particular theme
**/
$color-footer-back: get-color("dark2");
$color-header-back: get-color("skyblue");
@import 'custom/header';
@import 'custom/footer';
@import 'custom/blog';
@import 'custom/personnage';
@import 'custom/previews';