Skip to content

Commit

Permalink
Format postconditions (@post) the same as preconditions (@pre) (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Nov 13, 2022
1 parent 8a34f70 commit 73c3019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ dl.bug dt a, dl.deprecated dt a, dl.todo dt a {
font-weight: bold !important;
}

dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug, dl.invariant, dl.pre, dl.todo, dl.remark {
dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug, dl.invariant, dl.pre, dl.post, dl.todo, dl.remark {
padding: var(--spacing-medium);
margin: var(--spacing-medium) 0;
color: var(--page-background-color);
Expand Down Expand Up @@ -1393,13 +1393,13 @@ dl.section dd, dl.bug dd, dl.deprecated dd, dl.todo dd {
margin-inline-start: 0px;
}

dl.invariant, dl.pre {
dl.invariant, dl.pre, dl.post {
background: var(--invariant-color);
border-left: 8px solid var(--invariant-color-dark);
color: var(--invariant-color-darker);
}

dl.invariant dt, dl.pre dt {
dl.invariant dt, dl.pre dt, dl.post dt {
color: var(--invariant-color-dark);
}

Expand Down

0 comments on commit 73c3019

Please sign in to comment.