From a31d1fd000dd9e70cbb1ce9fff491a10ec0980da Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 17 Apr 2022 11:05:50 +0300 Subject: feat: add border on inline code --- style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1111602..7bf7cb8 100644 --- a/style.css +++ b/style.css @@ -62,6 +62,7 @@ code { padding: 3px; background: #1d2021; border-radius: 4px; + border: 1px solid rgba(255, 255, 255, 0.12); } pre { margin: 1em 0; @@ -81,6 +82,7 @@ div.sourceCode { } code.sourceCode { padding: 0; + border: none; } hr { background-color: #1a1a1a; -- cgit v1.2.3