From 744935e23a99aae752298df7cbf018029a81e13c Mon Sep 17 00:00:00 2001 From: June Gardner Date: Tue, 18 Nov 2025 11:56:46 -0800 Subject: [PATCH] Fixed corner radius. --- theme/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/styles.css b/theme/styles.css index 1e88592..50dd7b5 100644 --- a/theme/styles.css +++ b/theme/styles.css @@ -101,7 +101,7 @@ header > a, nav > a { text-decoration: none; } -header > nav > a { +header > nav > a, footer > nav > a { border-radius: 4rem; } -- 2.39.5