Skip to content

Commit

Permalink
adjust colour using colour scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
arcturus140 committed Oct 29, 2019
1 parent 4b70d9f commit 50b2f93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@
}

.admonition-question {
background-color: rgba(0, 178, 42, 0.1);
border-left: 8px solid #556B2F;
background-color: rgba(8, 61, 119, 0.1);
border-left: 8px solid #083d77;
}

.admonition-question h5 {
color: #556B2F;
color: #083d77;
}

.admonition-question .admonition-icon svg {
stroke: #556B2F;
fill: #556B2F;
stroke: #083d77;
fill: #083d77;
}

0 comments on commit 50b2f93

Please sign in to comment.