mirror of https://github.com/LeOS-GSI/LeOS-Genesis
40 lines
739 B
CSS
Executable File
40 lines
739 B
CSS
Executable File
body, html {
|
|
background: white;
|
|
color: #FFFFFF;
|
|
font-family: sans-serif;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
body{
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
a {
|
|
color: #0A9AF4;
|
|
}
|
|
|
|
/* Make only about page links ("learn more") white */
|
|
.about a {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
p.subtitle {
|
|
text-align: center;
|
|
opacity: .7;
|
|
margin: 0;
|
|
}
|
|
|
|
img#wordmark {
|
|
/* We need to set the dp size here, because by default webview assumes the image is not
|
|
density specific (but since it's an android resource, we get a density specific version). */
|
|
width: 180px;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 24px;
|
|
}
|