You know the drill
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user