From 92bf0762d277f13f41fae9fd137bf18d48b9bdf7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 20 Apr 2026 13:36:33 +0000 Subject: [PATCH] Bob AI: Adjust the global border-radius values to make elements less --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index ec9cce8..e76c43a 100644 --- a/src/index.css +++ b/src/index.css @@ -16,7 +16,7 @@ --background-accent: #222222; /* @layout/border-radius/rounded */ - --radius: 0.5rem; + --radius: 0.25rem; /* @layout/content-width/medium */ --width-content-width: clamp(40rem, 80vw, 100rem);