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

This commit is contained in:
Frans de Jonge
2020-09-28 12:26:19 +02:00
committed by GitHub
parent 46e6340cc1
commit b93f42e951

View File

@@ -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%;
}