mirror of
https://github.com/9001/copyparty.git
synced 2025-11-09 16:15:58 +00:00
markdown: fix <code> in <a>; closes #552
This commit is contained in:
@@ -430,6 +430,15 @@ html.y textarea:focus {
|
||||
.mdo code {
|
||||
font-size: .96em;
|
||||
}
|
||||
html.z .mdo a>code,
|
||||
html.y .mdo a>code {
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border: none;
|
||||
}
|
||||
.mdo h1,
|
||||
.mdo h2 {
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user