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
}
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%
}