fix various default style bugs

This commit is contained in:
Martin Klepsch 2018-04-17 12:42:26 +02:00 committed by Tetiana Churikova
parent ab026a066d
commit f826cf16d7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
html { font-size: 16px }
html,body { font-size: 16px }
@font-face {
font-family: PostGrotesk-Book;
@ -1209,7 +1209,7 @@ label[for="input-hidden"] {
}
body {
background-color: #eaecee;
background-color: #f2f5f8;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}