code/pre styling
This commit is contained in:
parent
57acbc62c3
commit
d32ad9bca3
1 changed files with 14 additions and 0 deletions
|
@ -95,3 +95,17 @@ aside footer a {
|
||||||
main footer {
|
main footer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre, code {
|
||||||
|
background: rgb(248, 248, 252);
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: .05em;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding: 1em;
|
||||||
|
overflow-x: auto;
|
||||||
|
word-wrap: normal;
|
||||||
|
}
|
Loading…
Reference in a new issue