You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
HTML
14 lines
406 B
HTML
// Palette.
|
|
$palette: (
|
|
bg: #ffffff,
|
|
bg-alt: #f5f6f7,
|
|
fg: #7f888f,
|
|
fg-bold: #3d4449,
|
|
fg-light: #9fa3a6,
|
|
border: rgba(210,215,217,0.75),
|
|
border-bg: transparentize(#e6ebed, 0.75),
|
|
accent: [(#CONFIG{html5up/couleur_accent}|sinon{#f56a6a})]
|
|
);
|
|
$nbcolarticle:[(#CONFIG{html5up/nbcolarticle}|sinon{2})];
|
|
|
|
[(#CHEMIN{css/vars_perso.scss.html}|oui) @import 'css/vars_perso'; ] |