Skip to content

Commit

Permalink
Do not apply border to admonition blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Nov 18, 2024
1 parent 5cf22f0 commit 2b04bab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10923,4 +10923,8 @@ div.content > img {
.post table.frame-none > * > tr > :last-child,
.post table.frame-ends > * > tr > :last-child {
border-right-width: 0;
}

.post .admonitionblock table {
border: none !important;
}

0 comments on commit 2b04bab

Please sign in to comment.