Fix night-mode stylesheet. Small changes in docs.

This commit is contained in:
Alex Root Junior 2021-01-24 00:15:25 +02:00
parent ba7d2323c8
commit 18854185b2
6 changed files with 75 additions and 31 deletions

View file

@ -14,3 +14,9 @@ code, kbd, pre {
.highlight * {
background: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
.highlight * {
background: #424242;
}
}