summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/index.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-08-14 00:35:09 +0200
committerJules Laplace <julescarbon@gmail.com>2019-08-14 00:35:09 +0200
commita0ea31b7b1e189e4ea742dcabadcd1942caf1864 (patch)
tree8d26bfd8189422712f38137cdb6556e802552bb9 /StoneIsland/www/css/index.css
parent01bbafd5a8a583235995140d4bbef1a56dc95e4d (diff)
increase font sizes, add button css
Diffstat (limited to 'StoneIsland/www/css/index.css')
-rwxr-xr-xStoneIsland/www/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index fa3dae54..88022823 100755
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -17,7 +17,7 @@ body {
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: #fff;
font-family: pfd, sans-serif;
- font-size: 14px;
+ font-size: 0.875rem;
padding-top: constant(safe-area-inset-top);
}
a, a:visited {
@@ -71,7 +71,7 @@ span.err {
text-align: center;
justify-content: center;
align-items: center;
- font-size: 14px;
+ font-size: 0.875rem;
height: 48px;
color: red !important;
}