Files
parcer/src/index.css

24 lines
509 B
CSS
Raw Normal View History

2024-06-21 22:24:02 +05:30
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;
2024-07-31 19:47:52 +05:30
width: 100%;
height: 100%;
margin: 0;
padding: 0;
scrollbar-gutter: stable;
overflow: hidden;
2024-06-21 22:24:02 +05:30
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
html {
2024-10-10 23:29:25 +05:30
overflow-y:scroll;
2024-06-21 22:24:02 +05:30
}