Skip to content

Commit

Permalink
Merge pull request #15 from najuzilu/fix-proof-style
Browse files Browse the repository at this point in the history
[STY] Update style of proof directive
  • Loading branch information
najuzilu authored Sep 1, 2020
2 parents 0a8fb42 + 4400fb3 commit b08c78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinxcontrib/_static/proof.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ div.proof p.admonition-title::before {
*********************************************/
div#proof{
padding: .6rem .8rem !important;
border-left: .2rem solid var(--warning-border-color);
background-color: var(--warning-title-color);
border-left: .2rem solid var(--grey-border-color);
background-color: none;
font-style: italic;
}

Expand Down

0 comments on commit b08c78d

Please sign in to comment.