diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 451ce274e..229a7276a 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -21,6 +21,10 @@ } } +#global-header-bar { + background-color: $red; +} + #global-header #logo { white-space: nowrap; font-size: 27px;