From 37b761904a1b1381ad20ec346b68f1073d4635a1 Mon Sep 17 00:00:00 2001 From: vimux Date: Tue, 22 May 2018 19:13:45 +0300 Subject: [PATCH] Fix kbd and post__tag styles --- static/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {