Skip to content

Commit

Permalink
Add winner css class
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 3, 2017
1 parent 29f2b75 commit 7db7266
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-image: linear-gradient(rgba(62, 20, 20, 0.4), rgba(62, 20, 20, 0.4)), url(dice.png);
background-image: linear-gradient(rgba(62, 20, 20, 0.4), rgba(62, 20, 20, 0.4)), url('dice.png');
background-size: cover;
background-position: center;
color: #555;
Expand Down Expand Up @@ -186,3 +186,10 @@ i {
#dice-2 {
top: 250px;
}
.winner {
background-color: #f7f7f7;
}
.winner .player-name {
font-weight: bold;
color: #EB4D4D;
}

0 comments on commit 7db7266

Please sign in to comment.