Question or Feature Request? : CSS tricks

Apparently they do, since this works:

body {
    color: red;
}

@media print {
    body {
        color: blue;
    }
}

Joplin displays red, PDF has blue.