You know the drill

This commit is contained in:
2020-12-06 01:19:39 +01:00
parent a642ea9890
commit 75ccf7d28e
10 changed files with 192 additions and 856 deletions
@@ -25,7 +25,7 @@ h1 {
margin-bottom: 5%;
}
h2.categoryHeader {
h2 {
color: #FFF;
}
@@ -53,6 +53,11 @@ input {
text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.2);
}
.errorCode {
margin-top: 10%;
color: #bb1515;
}
html,
body {
width: 100%;
@@ -2,7 +2,9 @@ td.voted {
background-color: #f05048;
}
td.submitted {}
td.submitted {
background-color: #dbc95e;
}
td.notVoted {
background-color: #76ed6b;