1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Fixes #4808 - convert white links when using print mode.

This commit is contained in:
Cameron 2022-07-02 12:40:05 -07:00
parent 5eb0168140
commit 3d514e27a1

View File

@ -25,7 +25,9 @@ if ($qs[0] == "")
$CSS = <<<CSS
body { background: #fff; color: #000 }
body { background: #fff !important; color: #000 !important }
a { color: #000 !important }
.hidden-print { display: none !important }
@media print {