FIX: Fix bg color of header on published page (#11652)

This commit correctly sets the bg color of the header on published pages to be var(--header_background) instead of var(--secondary).
This commit is contained in:
Jordan Vidrine
2021-01-06 16:54:37 -06:00
committed by GitHub
parent aa909f58a9
commit 437ca97eac

View File

@ -9,7 +9,7 @@
width: 100%;
top: 0;
z-index: z("header");
background-color: var(--secondary, $secondary);
background-color: var(--header_background, $header_background);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
position: sticky;
top: 0;