diff --git a/static/css/main.css b/static/css/main.css index 01755be..8d2370a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -220,8 +220,9 @@ pre code { kbd { padding: 2px 3px; - color: #000; - background: #999; + font-weight: 700; + color: #111; + background: #888; } figure { @@ -663,7 +664,7 @@ mark { padding: 0 .375rem .1875rem; margin: 0 .3125rem .3125rem 0; line-height: 1.5; - background: #151515; + background: #111; } .post__toc {