1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Fix for dark themes.

This commit is contained in:
Cameron
2016-01-17 16:31:53 -08:00
parent 8e4f2d663c
commit b409047097

View File

@@ -28,8 +28,14 @@ if ($qs[0] == "") {
} }
$CSS = <<<CSS $CSS = <<<CSS
body { background-color: #FFF; color: #000 }
@media print { @media print {
a[href]:after { a[href]:after {
content: none; content: none;
} }