G
2026-04-20 13:10:31 -04:00
|
|
|
/* Change the hex values below to customize heading colours */
|
|
|
|
|
|
G
2026-04-24 14:34:11 -04:00
|
|
|
.rst-content { color: #e0e0e0; }
|
|
|
|
|
.rst-content h1 { color: #ffffff; }
|
G
2026-04-20 13:10:31 -04:00
|
|
|
.rst-content h2,
|
|
|
|
|
.rst-content h2 a { color: #ffffff !important; font-size: 22px !important; }
|
|
|
|
|
|
|
|
|
|
.rst-content h3,
|
|
|
|
|
.rst-content h3 a { color: #ffffff !important; font-size: 16px !important; }
|
|
|
|
|
|
|
|
|
|
.rst-content h3 code { font-size: inherit !important; }
|
|
|
|
|
|
|
|
|
|
.rst-content .admonition.warning {
|
|
|
|
|
background: #1a1a2e !important;
|
|
|
|
|
border-left: 4px solid #c0392b !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rst-content .admonition.warning .admonition-title {
|
|
|
|
|
background: #c0392b !important;
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rst-content .admonition.warning p {
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
}
|
G
2026-04-24 14:34:11 -04:00
|
|
|
.rst-content h4 { color: #cccccc; }
|
G
2026-04-20 13:10:31 -04:00
|
|
|
|
|
|
|
|
.highlight * { color: #ffffff !important; }
|
|
|
|
|
|
|
|
|
|
.ria-cmd { color: #2980b9 !important; }
|
G
2026-04-24 14:34:11 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Table header text */
|
|
|
|
|
.rst-content table.docutils th {
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Remove alternating row background colors from tables */
|
|
|
|
|
.rst-content table.docutils td,
|
|
|
|
|
.rst-content table.docutils tr:nth-child(2n-1) td {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|