From 6883599ea35e718a31b827e9c0782ff33c270424 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 8 May 2020 12:56:27 +0200 Subject: [PATCH] border radius --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index b39f391..9da73cb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -228,6 +228,7 @@ footer { pre { padding: 0.8em 1.4em; border-left: 3px solid #124e8a; + border-radius: 0.3em; background: #f4f4f4; }