Update stylesheet
This commit is contained in:
parent
6e91749030
commit
10cfc6b417
1 changed files with 16 additions and 0 deletions
|
@ -1930,3 +1930,19 @@ table#hnmain {
|
||||||
#region-main {
|
#region-main {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
/* python docs */
|
||||||
|
div.document,
|
||||||
|
div.body {
|
||||||
|
background-color: inherit;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
span.highlighted,
|
||||||
|
div.body h1,
|
||||||
|
div.body h2,
|
||||||
|
div.body h3,
|
||||||
|
div.body h4,
|
||||||
|
div.body h5,
|
||||||
|
div.body h6,
|
||||||
|
{
|
||||||
|
background-color: %base02% !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue