diff options
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 9ac90e7..61338fa 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -27,4 +27,12 @@ footer { bottom: 0; width: 100%; z-index: 1000; +} + + +/* jQuery Mobile overrides */ + +.ui-body-c { + background: #000; + text-shadow: none; }
\ No newline at end of file |
