You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
697 B

3 years ago
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
3 years ago
html,
body {
scroll-behavior: auto;
-webkit-overflow-scrolling: touch;
font-size: 16px;
height: 100%;
}
body {
3 years ago
padding: 0;
margin: 0;
}
button {
3 years ago
background: none;
border: none;
cursor: pointer;
}
a {
3 years ago
text-decoration: none;
}
3 years ago
* {
3 years ago
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: auto;
font-weight: 400;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 1rem;
color: #333;
}
#root {
3 years ago
height: 100%;
3 years ago
}
.epub-container {
3 years ago
overflow-x: hidden !important;
3 years ago
}
.epub-container::-webkit-scrollbar {
3 years ago
width: 0px;
background: transparent;
}