Explorar o código

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

Frans de Jonge %!s(int64=5) %!d(string=hai) anos
pai
achega
b93f42e951
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      p/themes/base-theme/template.css

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

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