4a0e7a5e599a8cbb522f68e0112952b64b801429
[zxing.git] / android / assets / html / style.css
1 body {
2   background-color: black;
3   color: white;
4   font-family: Arial sans-serif;
5   font-size: 14pt;
6 }
7 a:link, a:visited, a:active {
8   color: white;
9 }
10 ul.touchable li {
11   padding-top:8px;
12   padding-bottom:8px;
13 }