From 3810821d673f25f74e3a6c2b50261d6cac67cfb8 Mon Sep 17 00:00:00 2001 From: Ryan McDonald <87499562+rnmwmd@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:10:00 -0700 Subject: [PATCH] Have notice class match variable customization for border-radius --- simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.css b/simple.css index 4f7d645..c19443b 100644 --- a/simple.css +++ b/simple.css @@ -685,7 +685,7 @@ sub { .notice { background: var(--accent-bg); border: 2px solid var(--border); - border-radius: 5px; + border-radius: var(--standard-border-radius); padding: 1.5rem; margin: 2rem 0; }