Skip to content

Instantly share code, notes, and snippets.

@ondratra
Created June 4, 2021 15:25
Show Gist options
  • Save ondratra/b7cae6caaae2e2bf741849e4c5284715 to your computer and use it in GitHub Desktop.
Save ondratra/b7cae6caaae2e2bf741849e4c5284715 to your computer and use it in GitHub Desktop.
body {
margin: 0;
padding: 0;
font-family: sans-serif;
overflow: hidden;
}
#root {
height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(0,0,0,.8);
line-height: 1.5;
height: 100vh;
letter-spacing: 0.53px;
margin-right: -1px !important;
}
html, body, p, a, h1, h2, h3, h4, ul, pre, code {
margin: 0;
padding: 0;
color: inherit;
}
a:active, a:focus, button:focus, input:focus {
outline: none;
}
input, button, submit {
border: none;
}
input, button, pre {
font-family: 'Open Sans', sans-serif;
}
code {
font-family: Consolas, monospace;
}
/*# sourceMappingURL=middleware.css.map*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment