diff --git a/static/mobile.css b/static/mobile.css index fa0ed5e..42fd9a3 100644 --- a/static/mobile.css +++ b/static/mobile.css @@ -1,7 +1,14 @@ body { - background: #aa0000; + background: #aaaaaa; } table { - background: #bbbbbb; + background: #bbbbbb; + border: 1px solid; + font-size: 2em; +} + +button { + font-size: 1em; + margin: 10px; }