Fix for readme code being yellow in code blocks (left it yellow outside code blocks)
This commit is contained in:
parent
9cbd1aef20
commit
2228f1b1ad
|
@ -948,3 +948,14 @@ p.time {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix for readme code (stopped it from being yellow) */
|
||||||
|
.readme {
|
||||||
|
pre {
|
||||||
|
background: white !important;
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue