diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 5f4fdd0e..4c4af862 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1313,8 +1313,11 @@ fill-opacity: 0.8; body { font-family: sans-serif; height:100%; + padding-top: constant(safe-area-inset-top); } + + * { font-family: -apple-system, "Helvetica Neue", sans-serif; }
\ No newline at end of file |
