Skip to content

Commit

Permalink
Make color of text in warning/note admonitions more contrasting (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal authored May 31, 2024
1 parent 749578f commit b921c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,13 @@ h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .head
}

.admonition.note { /* csslint allow: adjoining-classes */
color: #3a87ad;
color: #226d93;
background-color: #d9edf7;
border-color: #bce8f1;
}

.admonition.warning { /* csslint allow: adjoining-classes */
color: #c09853;
color: #845d1a;
background-color: #fcf8e3;
border-color: #fbeed5;
}
Expand Down

0 comments on commit b921c82

Please sign in to comment.