Skip to content

Commit 471fde4

Browse files
committed
Fix contrast issues with color overrides
1 parent fed39d5 commit 471fde4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/_static/overrides.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
background: #DDDDDD;
2727
}
2828
.rst-content .instructor-note > .admonition-title {
29-
background: #BBBBBB;
29+
background: #595959;
3030
}
3131
.rst-content .instructor-note > .admonition-title::before {
3232
content: "";
@@ -37,23 +37,23 @@
3737
background: #EEEEBB;
3838
}
3939
.rst-content .callout > .admonition-title {
40-
background: #BBCC33;
40+
background: #595959;
4141
}
4242

4343
/* questions */
4444
.rst-content .questions {
4545
background: rgba(253, 219, 199, 0.3);
4646
}
4747
.rst-content .questions > .admonition-title {
48-
background: rgba(204, 51, 17, 0.5);
48+
background: #A7280C;
4949
}
5050

5151
/* discussion */
5252
.rst-content .discussion {
53-
background: rgba(231, 212, 232 0.3);
53+
background: rgba(231, 212, 232, 0.3);
5454
}
5555
.rst-content .discussion > .admonition-title {
56-
background: rgba(194, 165, 207, 0.5);
56+
background: #714884;
5757
}
5858

5959
/* signature */

0 commit comments

Comments
 (0)