everywherebible
Version:
A Bible app for slow connections
34 lines (27 loc) • 454 B
CSS
html, body, #root, .fit {
height: 100%;
}
html, body, #root {
overflow: hidden;
}
html {
font-family: Georgia, serif;
font-size: 22px;
}
.night-mode, .night-mode button {
color: white;
background-color: black;
}
a, a:visited {
color: black;
}
.night-mode a, .night-mode a:visited {
color: white;
}
select {
border: 1px solid black;
padding-left: .3rem;
padding-right: .3rem;
background-color: white;
border-radius: 4px;
}