30 lines
783 B
CSS
30 lines
783 B
CSS
|
G
|
/* Change the hex values below to customize heading colours */
|
||
|
|
|
||
|
|
.rst-content h1 { color: #2c3e50; }
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
.rst-content h4 { color: #404040; }
|
||
|
|
|
||
|
|
.highlight * { color: #ffffff !important; }
|
||
|
|
|
||
|
|
.ria-cmd { color: #2980b9 !important; }
|