sphinx: Add a custom highlight colour

Update #2998
This commit is contained in:
Chris Johns 2020-03-12 16:28:15 +11:00
parent f6720264ea
commit 5bd9f4dff4

View File

@ -29,6 +29,11 @@
color: #a87892;
}
.highlight {
background: rgba(250, 252, 237);
color: rgba(0, 0, 0);
}
/*
* Literals.
*/