Label input fields. Explicitly set colors and charset.

Issue #10
This commit is contained in:
Ian Gulliver
2018-12-02 06:35:05 +00:00
parent c6e642e93a
commit 3a17bb8338
3 changed files with 11 additions and 6 deletions

View File

@@ -40,13 +40,16 @@ body {
font-family: 'proxima-nova';
font-weight: 400;
height: 100%;
color: black;
background-color: white;
}
overview,product {
display: none;
}
@media screen {
@media screen, speech {
overview {
display: flex;
flex-direction: column;