diff --git a/src/assets/img/header_logo_data.svg b/src/assets/img/header_logo_data.svg index afcd997ab0c35db70027b44579cc5d3b39a3bea8..d3bfe202cbcfa6fd2ff722074e088c6d3419be2d 100644 --- a/src/assets/img/header_logo_data.svg +++ b/src/assets/img/header_logo_data.svg @@ -6,7 +6,7 @@ <style type="text/css"> .Style_x0020_graphique_x0020_2{fill:#FFFFFF;} .Style_x0020_graphique{fill:#E93232;} - .Style_x0020_graphique_yellow{fill:#ffd402;} + .Style_x0020_graphique_yellow{fill:#ffdc26;} .Style_x0020_graphique_brand{fill:242b3f;} </style> <title>logo_data_alpha_mini</title> diff --git a/src/scss/variables.scss b/src/scss/variables.scss index d9c534743d769b32c16c8afc8501a259186f00d8..0a8eaeb597186c01dc3766cead704a455a9fdd81 100644 --- a/src/scss/variables.scss +++ b/src/scss/variables.scss @@ -8,13 +8,13 @@ $grey-background-color: #f2f2f2; $grey-super-light-color: #b4b4b4; $menu-selected-color: #c8c8d0; $link-color: #0057a8; -$yellow-dd-color: #ffd402; +$yellow-dd-color: #ffdc26; // Add a serif family $family-sans-serif: 'Titillium Web', - sans-serif; +sans-serif; $title-font: 'Titillium Web', - sans-serif; +sans-serif; // Font size settings based on 16px (default browser font-size) $size-1: 3rem;