Skip to content

Commit

Permalink
style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jplsek committed Jul 10, 2016
1 parent cb27e54 commit e9afd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/overwrite.less
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ main {
flex-grow: 2;
}
}
.pages {
.navbar.pages {
margin-bottom: 0;
display: flex;
align-items: center;
Expand Down
5 changes: 4 additions & 1 deletion public/css/themes/materialish/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
@navbar-default-border: 0;
@navbar-border-radius: 0;
@navbar-default-color: #f7f7f7;
@navbar-margin-bottom: 0;

// btn
@btn-default-border: transparent;
Expand Down Expand Up @@ -84,6 +83,10 @@ body {
// navbar
.navbar-default {
color: @navbar-default-color;

.text-muted {
color: #D1D1D1;
}
}

// forms
Expand Down

0 comments on commit e9afd65

Please sign in to comment.