mirror of
https://github.com/9001/copyparty.git
synced 2025-08-24 12:22:20 -06:00
markdown: fix <code> in <a>; closes #552
This commit is contained in:
parent
0491123bb2
commit
68503444c7
|
@ -430,6 +430,15 @@ html.y textarea:focus {
|
||||||
.mdo code {
|
.mdo code {
|
||||||
font-size: .96em;
|
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 h1,
|
||||||
.mdo h2 {
|
.mdo h2 {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue