From 9a10c387c6b82b75365ba516c128eb1ff2f3639f Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 13 Aug 2021 21:55:06 +0300 Subject: feat: add CircleCI article --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 66480df..e4fea5a 100644 --- a/style.css +++ b/style.css @@ -67,7 +67,6 @@ code { pre { margin: 1em 0; overflow: auto; - border: 1px solid rgba(255, 255, 255, 0.12); padding: 16px 8px; } pre code { @@ -78,6 +77,9 @@ pre code { overflow: visible; border-radius: 4px; } +div.sourceCode { + border: 1px solid rgba(255, 255, 255, 0.12); +} hr { background-color: #1a1a1a; border: none; -- cgit v1.2.3