Make code blocks slightly more readable
Lonami Exo totufals@hotmail.com
Sun, 28 Feb 2021 15:45:06 +0100
1 files changed,
12 insertions(+),
0 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -190,6 +190,18 @@ border-bottom: 2px dashed #aaa;
} /* code */ +code { + font-weight: bold; + font-size: large; + background-color: #f7f7f0; +} + +pre code { + font-weight: normal; + font-size: 1em; + background: none; +} + pre { background-color: #eee; padding: 4px;