no styling for code inside pre

This commit is contained in:
Raphael Goetter 2014-04-20 19:39:22 +02:00
parent 09e9e5b0a4
commit 57dc070697
2 changed files with 12 additions and 0 deletions

View File

@ -161,6 +161,12 @@ code {
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
color: #b11; color: #b11;
} }
pre code {
padding: none;
background: none;
color: inherit;
border-radius: 0;
}
mark { mark {
padding: 2px 4px; padding: 2px 4px;
background: #ff0; background: #ff0;

View File

@ -144,6 +144,12 @@ code {
background: rgba(0,0,0,.04); background: rgba(0,0,0,.04);
color: #b11; color: #b11;
} }
pre code {
padding: none;
background: none;
color: inherit;
border-radius: 0;
}
mark { mark {
padding:2px 4px; padding:2px 4px;
background: #ff0; background: #ff0;