4
0
Эх сурвалжийг харах

[fix] Add text color to base theme (#3196)

Frans de Jonge 5 жил өмнө
parent
commit
b93f42e951

+ 1 - 0
p/themes/base-theme/template.css

@@ -16,6 +16,7 @@ html, body {
 	margin: 0;
 	margin: 0;
 	padding: 0;
 	padding: 0;
 	background: white;
 	background: white;
+	color: black;
 	font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
 	font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
 	font-size: 100%;
 	font-size: 100%;
 }
 }