Skip to content

Commit

Permalink
fix: set default background color
Browse files Browse the repository at this point in the history
Closes #6.
  • Loading branch information
dessant committed May 1, 2018
1 parent 556f6b0 commit 4723ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/action/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ body {
overflow: hidden;
@include mdc-typography-base;
font-size: 100%;
background-color: #ffffff;
}
.header {
Expand Down
1 change: 1 addition & 0 deletions src/contribute/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ body {
margin: 0;
@include mdc-typography-base;
font-size: 100%;
background-color: #ffffff;
}
</style>
1 change: 1 addition & 0 deletions src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ body {
min-width: 600px;
@include mdc-typography-base;
font-size: 100%;
background-color: #ffffff;
overflow: visible !important;
}
Expand Down

0 comments on commit 4723ed8

Please sign in to comment.