Merge 43dd9a1528
into bb1aed919a
This commit is contained in:
commit
d0f93bf93d
|
@ -299,4 +299,16 @@
|
||||||
.md-typeset .footnote-ref:before {
|
.md-typeset .footnote-ref:before {
|
||||||
border-color: #888484 !important;
|
border-color: #888484 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code span.gd {
|
||||||
|
background-color: red !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
code span.gi {
|
||||||
|
background-color: green !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight pre {
|
||||||
|
background-color: hsla(0,0%,5%,.5);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue