1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +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
body { background-color: #FFF; color: #000 }
@media print {
a[href]:after {
content: none;
}