Arrange pre and code rules
This commit is contained in:
parent
529ac7d50b
commit
4ac3d4c5b5
1 changed files with 4 additions and 8 deletions
|
@ -694,17 +694,14 @@ mark {
|
|||
background-color: #ffc336
|
||||
}
|
||||
|
||||
code,
|
||||
tt {
|
||||
code {
|
||||
position: relative;
|
||||
margin: 0 0.333em;
|
||||
padding: 0.333em 0.666em;
|
||||
padding: 0.222em 0.666em;
|
||||
font-family: 'Fira Mono', monospace, sans-serif;
|
||||
font-size: 0.75em;
|
||||
font-size: 0.80em;
|
||||
white-space: pre;
|
||||
background: #343642;
|
||||
color: #C1C2C3;
|
||||
top: -2px
|
||||
background: #faf9f7;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
@ -715,7 +712,6 @@ pre {
|
|||
font-family: Fira Mono, monospace, sans-serif;
|
||||
white-space: pre;
|
||||
box-sizing: border-box;
|
||||
font-size: .80em;
|
||||
width:110%;
|
||||
margin-left: -5%
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue