Skip to content

Commit

Permalink
Use Window's real default background color
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Apr 12, 2019
1 parent c352b1c commit 235ac53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/css/page.css
@@ -1,6 +1,6 @@
/* Rules for the page layout */
body {
background-color: #224eb7;
background-color: rgb(58, 110, 165);
font-family: arial;
font-size: 15px;
}
Expand Down Expand Up @@ -77,7 +77,7 @@ body {
}

#music-credits {
background-color: rgb(76, 51, 134);
background-color: rgb(89, 141, 197);
}

#butterchurn-share {
Expand Down

0 comments on commit 235ac53

Please sign in to comment.