Skip to content

Commit

Permalink
fix: default in white header scss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Jan 11, 2024
1 parent 4aa6f76 commit 3194ab8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/theme/_site-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $font-family-monospace-light: Roboto Mono Light !default;

// Per abilitare l'header bianco impostare a true
// e impostare "$header-center-bg-color: white" come qui sotto
$enable-header-white-background: false;
$enable-header-white-background: false !default;
// $header-center-bg-color: white;
// $header-slim-bg-color: #3f3f3f;

Expand All @@ -32,8 +32,10 @@ $gdpr-toggle: #b22515 !default;
$gdpr-toggle-border: #000 !default;
$gdpr-focus-color: #ff9800 !default;
$gdpr-link-color: #004285 !default;
$gdpr-focus-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem $gdpr-focus-color !default;
$gdpr-focus-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.15),
0 1px 1px rgba(0, 0, 0, 0.075),
0 0 0 0.2rem $gdpr-focus-color !default;

$caption-text: #455b71 !default;

Expand Down

0 comments on commit 3194ab8

Please sign in to comment.