Skip to content

Commit

Permalink
Fix coloring of mixed-type nested admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Sep 15, 2023
1 parent be21a73 commit 8d548c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/luadox.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,12 @@ div.warning {
background-color: #ffe9e9;
}

div.warning div.title {
div.warning > div.title {
background-color: #b04040;
border-bottom: 1px solid #900000;
}

div.note div.title {
div.note > div.title {
background-color: #70A070;
border-bottom: 1px solid #609060;
}
Expand Down

0 comments on commit 8d548c6

Please sign in to comment.