Modification du thème

This commit is contained in:
Anthony Dumas
2019-03-12 15:23:58 +01:00
parent 50bf1f10c5
commit 19fe0fc972
3 changed files with 225 additions and 192 deletions

View File

@@ -26,14 +26,24 @@ $primary-invert: $pink-invert;
// 4. Import the rest of Bulma
*/
/**
Thème
**/
$orange-yellow:#F2CD60;
$maize:#F2E863;
$sunset-orange:#F25757;
$middle-blue:#61E8E1;
$alabaster:#EAF2E3;
$wheat:#f5e0b7;
$vivid-tangerine:#efa48b;
$granite-gray:#685369;
$primary:$sunset-orange;
/**
Variables Bulma
**/
$primary:$orange-yellow;
$primary-invert:#fff;
$info:$vivid-tangerine;
$info-invert:#fff;
$footer-color:$granite-gray;
$link:$orange-yellow;
@import "../node_modules/bulma/bulma";
@@ -53,4 +63,13 @@ $primary-invert:#fff;
// retire les barres de scroll des panneaux experience/education
#experiences .media-content {
overflow: hidden;
}
footer {
background-color: $footer-color !important;
color: #fff;
}
footer strong {
color: #fff;
}