Skip to content

Commit

Permalink
Change header styling to use light background (#11)
Browse files Browse the repository at this point in the history
* Set Romanian as the default language

* Change header styling to use light backgroun
d
  • Loading branch information
tsundokul committed Aug 5, 2021
1 parent faa526c commit 244b759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ body > header,
}

.top-bar {
@extend %brand-background;
background-color: $white;
border-bottom: 1px solid $border;
color: $black;
}
}

Expand Down

0 comments on commit 244b759

Please sign in to comment.