kazhnuz.css/src/scss/_global.scss

13 lines
290 B
SCSS
Raw Normal View History

2021-07-30 11:17:05 +02:00
/* 4 - Custom styling
* Styles that are custom to this particular theme
**/
2019-12-07 15:58:08 +01:00
$color-footer-back: get-color("dark2");
$color-header-back: get-color("skyblue");
2021-07-30 11:17:05 +02:00
@import 'custom/header';
@import 'custom/footer';
@import 'custom/blog';
@import 'custom/personnage';
@import 'custom/previews';