support contest mode

This commit is contained in:
teddit
2020-12-27 18:56:27 +01:00
parent ced2d6f001
commit 357c6402cd
4 changed files with 13 additions and 1 deletions
+8
View File
@@ -70,6 +70,10 @@ body.dark #post .infobar {
background-color: #d2d2d2;
color: #2f2f2f;
}
body.dark #post .infobar.blue {
background: #c7e3f9;
border: 1px solid #4b78a4;
}
body.dark #post .infobar a {
color: #0356d4;
}
@@ -660,6 +664,10 @@ input[type="submit"]:hover,
float: left;
width: calc(100% - 50px);
}
#post .infobar.blue {
background: #eff8ff;
border: 1px solid #93abc2;
}
#post header {
padding-top: 0px;
}