mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-22 22:25:01 -04:00
support contest mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user