body {
background-color: #0d1117 !important;
color: #c9d1d9 !important;
font-family: 'JetBrains Mono', 'Fira Code', monospace !important;
}
h1, h2, h3, h4, h5, h6 {
color: #00c853 !important;
}
a {
color: #58a6ff !important;
}
table {
background-color: #161b22 !important;
border-color: #30363d !important;
}
th, td {
border: 1px solid #30363d !important;
}
.regression {
color: #ff5252 !important;
font-weight: bold;
}
.improvement {
color: #00c853 !important;
font-weight: bold;
}
.warning {
color: #ffd740 !important;
}
.accent {
color: #00c853 !important;
}
.receipt-chain-metaphor {
border-left: 3px solid #00c853 !important;
}