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

12 lines
261 B
SCSS
Raw 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;
2020-08-29 22:18:32 +02:00
$ombres: darken(desaturate($bandeau, 30%), 10%);
2018-01-28 19:09:56 +01:00
$bodyfont: "Source Sans Pro", "sans-serif";
$headfont: "Carter One", "serif";