Skip to content

Commit

Permalink
website: update border-radius for admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Dec 5, 2024
1 parent 1154e3b commit 90ed771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ span[class^="admonitionIcon"] svg {

div.theme-admonition {
font-size: 0.875rem;
border-left-width: 0.1rem;
border-left-width: 2px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-radius: 0;
/* border-radius: 0; */
}

.theme-admonition p {
Expand Down

0 comments on commit 90ed771

Please sign in to comment.