all repos — gemini-redirect @ d6d2f03470d58724b769f23cd3bc2d966dfd0150

Make code blocks slightly more readable
Lonami Exo totufals@hotmail.com
Sun, 28 Feb 2021 15:45:06 +0100
commit

d6d2f03470d58724b769f23cd3bc2d966dfd0150

parent

2d38b1e5d2f5b60075785e2b78e50f55ae16d826

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/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;