From adf68e917ca6b4574d631f2353ee174d7299d13b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 15 Dec 2020 09:44:05 -0300 Subject: styles.css: Make the border of code lighter and on both sides too --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index e4a8225..48ba1cf 100644 --- a/styles.css +++ b/styles.css @@ -108,8 +108,8 @@ pre.lineno { } pre.highlight { - border-top: 1px solid; - border-bottom: 1px solid; + border: 1px solid #ccc; + border-radius: 10px; } pre { -- cgit v1.2.3