Skip to content

Commit

Permalink
Fix menu backgrounds (fixes #60, #61, #67)
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 16, 2016
1 parent 0c97e9e commit 96f2876
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scss/modules/menu/_base.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.menu {
background: $color-shade-dark;
border: 0;
border: 1px solid $color-base;
box-shadow: 0 2px 10px $color-shadow-dark;
color: $base-font-color;

.menu_content {
background: $color-shade-dark !important;
}

.menu_filter_container {
background: $color-base;

Expand Down

0 comments on commit 96f2876

Please sign in to comment.