diff --git a/theme/default/static/style.css b/theme/default/static/style.css index b9934e9..dbf16e9 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -80,7 +80,7 @@ body { margin-left: calc(100% - 40px); } -/* Headings */ +/* Headings and misc tags generated by markdown */ h1, h2, h3, @@ -110,6 +110,16 @@ h5 { font-size: 1em; } +code:not(.hljs) { + color: #e91e63; + font-size: 0.7em; + padding: 2px 6px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; + border-radius: 3px; + text-shadow: none; +} + /* Sidebar */ .sidebar { float: left;