Rest of cosmetic changes -- simpler, black theme with easier-to-touch buttons and...
[zxing.git] / android / assets / html / style.css
index 6b65f70..4a0e7a5 100644 (file)
@@ -1,8 +1,11 @@
 body {
-  background-color: white;
-  color: black;
-  font-family: arial;
-  font-size: 16;
+  background-color: black;
+  color: white;
+  font-family: Arial sans-serif;
+  font-size: 14pt;
+}
+a:link, a:visited, a:active {
+  color: white;
 }
 ul.touchable li {
   padding-top:8px;