Skip to content

Commit

Permalink
Remove hard-coded color for header
Browse files Browse the repository at this point in the history
Apply theme color if available. Issue was visible when "orange-blue"
theme was used.
  • Loading branch information
tmn505 committed May 15, 2021
1 parent 44a80ee commit 665f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pageelems.ecpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int update_status(1);

<%def logo>
<!-- start of fixed page header -->
<div id="header" style="width: 100%; z-index: 1; background-color: white">
<div id="header" style="width: 100%; z-index: 1; background-color: inherit">
<div id="padding" style="display: none"></div>
<div id="content">
<!-- header content follows -->
Expand Down

0 comments on commit 665f6fa

Please sign in to comment.