diff --git a/theme/cornflower/styles_color.css b/theme/cornflower/styles_color.css index d8b203cb508..6a028f23bde 100644 --- a/theme/cornflower/styles_color.css +++ b/theme/cornflower/styles_color.css @@ -781,3 +781,7 @@ body#mod-quiz-report table#attempts .r1 { .cornflowersurround { background: #D0E2EE; } + +#header-home { + background: #739FC4; +} diff --git a/theme/cornflower/styles_layout.css b/theme/cornflower/styles_layout.css index 1778ff5ecfc..470ff659719 100644 --- a/theme/cornflower/styles_layout.css +++ b/theme/cornflower/styles_layout.css @@ -1247,3 +1247,6 @@ body#mod-quiz-report .controls { *** Modules: Workshop ***/ +#header-home { + height:112px; +}