Files
notesnook/packages/editor-mobile/src/index.css
2024-11-13 15:48:33 +05:00

28 lines
510 B
CSS

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
overscroll-behavior: none;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
input:active,
input:focus {
outline: none;
}
* {
-webkit-tap-highlight-color: transparent;
}