From 37813f9e21e810e1cc2c50913b00d1c0e49e9942 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 4 Jul 2021 23:47:59 +0300 Subject: feat: add border-radius to code --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index c1dd71e..00d7707 100644 --- a/style.css +++ b/style.css @@ -62,6 +62,7 @@ code { margin: 0; padding: 4px; background: black; + border-radius: 4px; } pre { margin: 1em 0; -- cgit v1.2.3