Skip to content

Commit

Permalink
uses st. pauli colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cz8s committed Apr 30, 2017
1 parent a62a0b4 commit 2f3682b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/stylesheets/css/live.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
body {
background: black;
background: #604734;
}

div.result {
background: white;
font-size: 500%;
text-align: center;
margin: 50px;
padding: 50px;
border-radius: 25px;
border: 10px solid red;
}

span.participantName {
color: #604734;
}

span.participantTime {
padding-left: 50px;
color: #604734;
}

0 comments on commit 2f3682b

Please sign in to comment.