Skip to content

Commit

Permalink
changed navbar container background to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfox26 committed Mar 6, 2018
1 parent fd73c43 commit 38221dd
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
/public/system/gallery

.idea/

#Ignoring images so they don't get pushed up to github
/app/assets/images
185 changes: 119 additions & 66 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ header {
}

#navbar_container{
background-color: #008040;
background-color: #6b8071;
}

#logo {
Expand Down

0 comments on commit 38221dd

Please sign in to comment.