mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:03:45 +08:00
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:
parent
aa909f58a9
commit
437ca97eac
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user