docs: color inline code as black
parent
dad2ab5ba9
commit
9153fc8657
|
|
@ -1,7 +1,10 @@
|
||||||
@import url("theme.css");
|
@import url("theme.css");
|
||||||
|
|
||||||
/* Can add custom styling here */
|
/* Can add custom styling here */
|
||||||
|
|
||||||
.attribution{
|
.attribution{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code.literal span.pre{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue