code/pre styling

master
Tomáš Mládek 2020-10-20 19:13:19 +02:00
parent 57acbc62c3
commit d32ad9bca3
1 changed files with 14 additions and 0 deletions

View File

@ -95,3 +95,17 @@ aside footer a {
main footer {
text-align: right;
}
pre, code {
background: rgb(248, 248, 252);
}
code {
padding: .05em;
}
pre {
padding: 1em;
overflow-x: auto;
word-wrap: normal;
}