Skip to content

Commit

Permalink
Fix background color regression. (oppia#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip authored Dec 3, 2016
1 parent f592b4d commit 232d7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/dev/head/css/oppia.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
}

/* Angular material overrides. */
md-input-group.long > input
{
md-input-group.long > input {
width: 100%;
height: 45px;
}
Expand Down Expand Up @@ -87,6 +86,7 @@ button.md-button.md-default-theme.oppia-learner-continue-button:hover {

/* Bootstrap overrides and additions. */
html {
background-color: #e8e7e3;
/*
The HTML font-size is set to 62.5% in order to make 'em' units easier to
work with. Modern browsers set their default font-size to 16px. This means
Expand Down

0 comments on commit 232d7ba

Please sign in to comment.