kpsul/gestioncof/cms/static/cofcms/sass/_colors.scss

12 lines
242 B
SCSS
Raw Permalink Normal View History

2018-01-28 19:09:56 +01:00
$fond: #fefefe;
$bandeau: #5B0012;
$sousbandeau: #90001C;
$aside: #FFC500;
$titre: $sousbandeau;
$lien: #CC9500;
2017-08-29 17:58:44 +02:00
$headerlien: $fond;
2018-01-28 19:09:56 +01:00
$ombres: darken($aside, 20%);
$bodyfont: "Source Sans Pro", "sans-serif";
$headfont: "Carter One", "serif";