From 310a7dc7150583a51160d26687ba3df441438fb0 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 24 Feb 2022 22:57:52 -0800 Subject: [PATCH] update base border radius --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fe74c9f..f38c4f8 100644 --- a/index.html +++ b/index.html @@ -463,7 +463,7 @@ /* root variables */ :root { - --base-border-radius: 4rem; + --base-border-radius: 2px; --base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; --base-font-size: 17px;