Commit 6d366053 authored by Andy Wilkinson's avatar Andy Wilkinson

Don't set text color of <code> elements when they're beneath an <a>

Closes gh-3583
parent fbfbec11
...@@ -16,6 +16,9 @@ body { ...@@ -16,6 +16,9 @@ body {
code { code {
font-size: 16px; font-size: 16px;
font-family: Consolas, "Liberation Mono", Courier, monospace; font-family: Consolas, "Liberation Mono", Courier, monospace;
}
:not(a)>code {
color: #6D180B; color: #6D180B;
} }
......
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