Skip to content

Commit

Permalink
Have notice class match variable customization for border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmwmd committed Nov 27, 2023
1 parent db63b37 commit 3810821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3810821

Please sign in to comment.