Skip to content

Commit

Permalink
fix(client): add background color to base html (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Jul 25, 2024
1 parent 4a78f39 commit db28d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* limitations under the License.
*/

html {
background: #efefef;
}

body {
/*
We're not properly CSS resetting - this is to prevent
Expand Down

0 comments on commit db28d93

Please sign in to comment.