Skip to content

Commit

Permalink
Fix contrast issues with color overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Oct 7, 2024
1 parent fed39d5 commit 471fde4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/_static/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
background: #DDDDDD;
}
.rst-content .instructor-note > .admonition-title {
background: #BBBBBB;
background: #595959;
}
.rst-content .instructor-note > .admonition-title::before {
content: "";
Expand All @@ -37,23 +37,23 @@
background: #EEEEBB;
}
.rst-content .callout > .admonition-title {
background: #BBCC33;
background: #595959;
}

/* questions */
.rst-content .questions {
background: rgba(253, 219, 199, 0.3);
}
.rst-content .questions > .admonition-title {
background: rgba(204, 51, 17, 0.5);
background: #A7280C;
}

/* discussion */
.rst-content .discussion {
background: rgba(231, 212, 232 0.3);
background: rgba(231, 212, 232, 0.3);
}
.rst-content .discussion > .admonition-title {
background: rgba(194, 165, 207, 0.5);
background: #714884;
}

/* signature */
Expand Down

0 comments on commit 471fde4

Please sign in to comment.