mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 14:28:42 +00:00
fix: markdown blockquote styles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4e6d86b89d
commit
4a935b4595
@ -161,6 +161,13 @@ label {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body blockquote {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 1em;
|
||||||
|
color: #57606a;
|
||||||
|
border-left: 0.25em solid #d0d7de;
|
||||||
|
}
|
||||||
|
|
||||||
form.uoj-form-inline {
|
form.uoj-form-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
|
Loading…
Reference in New Issue
Block a user