fix various default style bugs
This commit is contained in:
parent
ab026a066d
commit
f826cf16d7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue