Arrange pre and code rules

This commit is contained in:
Yorick Barbanneau 2020-03-07 00:38:30 +01:00
parent 529ac7d50b
commit 4ac3d4c5b5

View file

@ -694,17 +694,14 @@ mark {
background-color: #ffc336 background-color: #ffc336
} }
code, code {
tt {
position: relative; position: relative;
margin: 0 0.333em; margin: 0 0.333em;
padding: 0.333em 0.666em; padding: 0.222em 0.666em;
font-family: 'Fira Mono', monospace, sans-serif; font-family: 'Fira Mono', monospace, sans-serif;
font-size: 0.75em; font-size: 0.80em;
white-space: pre; white-space: pre;
background: #343642; background: #faf9f7;
color: #C1C2C3;
top: -2px
} }
pre { pre {
@ -715,7 +712,6 @@ pre {
font-family: Fira Mono, monospace, sans-serif; font-family: Fira Mono, monospace, sans-serif;
white-space: pre; white-space: pre;
box-sizing: border-box; box-sizing: border-box;
font-size: .80em;
width:110%; width:110%;
margin-left: -5% margin-left: -5%
} }