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