mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix night mode on old graphs
This commit is contained in:
parent
ccfd6244de
commit
8d2867aa2d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class CollectionStats:
|
|||
<style>
|
||||
h1 { margin-bottom: 0; margin-top: 1em; }
|
||||
.pielabel { text-align:center; padding:0px; color:white; }
|
||||
body {background-image: url(data:image/png;base64,%s); }
|
||||
body:not(.night_mode) {background-image: url(data:image/png;base64,%s); }
|
||||
@media print {
|
||||
.section { page-break-inside: avoid; padding-top: 5mm; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue