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.
48 lines
700 B
48 lines
700 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"); |
|
|
|
html, |
|
body { |
|
scroll-behavior: auto; |
|
-webkit-overflow-scrolling: touch; |
|
font-size: 16px; |
|
height: 100%; |
|
} |
|
|
|
body { |
|
padding: 0; |
|
margin: 0; |
|
} |
|
|
|
button { |
|
background: none; |
|
border: none; |
|
cursor: pointer; |
|
} |
|
|
|
a { |
|
text-decoration: none; |
|
} |
|
|
|
|
|
|
|
* { |
|
-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: #009aa8; |
|
} |
|
|
|
#root { |
|
height: 100%; |
|
} |
|
|
|
.epub-container { |
|
overflow-x: hidden !important; |
|
} |
|
|
|
.epub-container::-webkit-scrollbar { |
|
width: 0px; |
|
background: transparent; |
|
}
|
|
|