Skip to content

Commit

Permalink
Merge pull request #181 from rnmwmd/main
Browse files Browse the repository at this point in the history
Have notice class match variable customization for border-radius
  • Loading branch information
kevquirk committed Nov 27, 2023
2 parents db63b37 + 3810821 commit 727d1b0
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 727d1b0

Please sign in to comment.