瀏覽代碼

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

Frans de Jonge 5 年之前
父節點
當前提交
b93f42e951
共有 1 個文件被更改,包括 1 次插入0 次删除
  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%;
 }