Skip to content

Commit

Permalink
Change bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 3, 2017
1 parent b4c6926 commit 3ce41bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
padding: 0;
}
.wrapper {
background-color: #fff;
/*background-color: #fff;*/
-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
Expand Down Expand Up @@ -193,3 +193,9 @@ i {
font-weight: bold;
color: #EB4D4D;
}
.btn-new-game, .btn-roll-dice, .btn-hold {
background-color: #f7f7f7;
}
.btn-new-game, .btn-roll-dice, .btn-hold {
padding: 5px 0;
}

0 comments on commit 3ce41bd

Please sign in to comment.