Skip to content

Commit

Permalink
background color changes on click
Browse files Browse the repository at this point in the history
  • Loading branch information
debashish4 committed May 15, 2016
1 parent 43507d7 commit 731f896
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/styles/base/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ body {
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

Expand Down
2 changes: 2 additions & 0 deletions app/styles/base/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
.navbar li a:active,
.navbar li a:focus {
border-bottom: 4px solid #A73C28;
background: #E9543B;
color: rgba(249, 249, 249, 0.99);
}

a,
Expand Down
6 changes: 3 additions & 3 deletions app/styles/styles.css

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

0 comments on commit 731f896

Please sign in to comment.