Merge pull request #1438 from danielyxie/dev

more theme
This commit is contained in:
hydroflame 2021-10-08 01:57:37 -04:00 committed by GitHub
commit 7b815a8085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,11 @@ body {
color: var(--dark-text-color);
}
.rst-content .highlighted {
background: #060;
box-shadow: none;
}
.highlight {
background-color: #17181c;
}
@ -300,6 +305,10 @@ a .rst-content tt {
background-color: #004a7b;
}
.rst-content dl:not(.docutils) dt {
background-color: #333;
}
.rst-content {
color: var(--dark-text-color);
}