no styling for code inside pre
This commit is contained in:
parent
09e9e5b0a4
commit
57dc070697
2 changed files with 12 additions and 0 deletions
|
@ -161,6 +161,12 @@ code {
|
|||
background: rgba(0, 0, 0, 0.04);
|
||||
color: #b11;
|
||||
}
|
||||
pre code {
|
||||
padding: none;
|
||||
background: none;
|
||||
color: inherit;
|
||||
border-radius: 0;
|
||||
}
|
||||
mark {
|
||||
padding: 2px 4px;
|
||||
background: #ff0;
|
||||
|
|
|
@ -144,6 +144,12 @@ code {
|
|||
background: rgba(0,0,0,.04);
|
||||
color: #b11;
|
||||
}
|
||||
pre code {
|
||||
padding: none;
|
||||
background: none;
|
||||
color: inherit;
|
||||
border-radius: 0;
|
||||
}
|
||||
mark {
|
||||
padding:2px 4px;
|
||||
background: #ff0;
|
||||
|
|
Loading…
Reference in a new issue