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; }