Commit 2228f1b1 authored by Steven Verbeek's avatar Steven Verbeek

Fix for readme code being yellow in code blocks (left it yellow outside code blocks)

parent 9cbd1aef
......@@ -948,3 +948,14 @@ p.time {
}
}
}
/* Fix for readme code (stopped it from being yellow) */
.readme {
pre {
background: white !important;
code {
background: none !important;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment