View Single Post
Quote:
Originally Posted by RobTrew View Post
In addition, dark display views should be separable from dark printing schemes
Perhaps something like media-specific variations within a CSS style:

Code:
@media screen { ... }
@media print { ... }