From 6382e55f704479e6e12e474f370555496c04495e Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 29 Sep 2024 16:12:28 +0200 Subject: [PATCH] styling --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 4aa6700..8fddc5f 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -126,8 +126,8 @@ img { } code { padding: 2px 5px; - background-color: rgb(var(--gray-light)); - border-radius: 2px; + background-color: black; + border-radius: 10px; } pre { padding: 1.5em;