/* Change the hex values below to customize heading colours */ .rst-content { color: #e0e0e0; } .rst-content h1 { color: #ffffff; } .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: #cccccc; } .highlight * { color: #ffffff !important; } .ria-cmd { color: #2980b9 !important; } /* 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; }