mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-10 15:40:38 +00:00
18 lines
252 B
CSS
18 lines
252 B
CSS
@import url(https://fonts.googleapis.com/css?family=Roboto);
|
|
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
div, h2 {
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
h2{
|
|
visibility: hidden
|
|
}
|