diff options
Diffstat (limited to 'client/static')
| -rw-r--r-- | client/static/main.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/static/main.css b/client/static/main.css index a3182f9..17efbd5 100644 --- a/client/static/main.css +++ b/client/static/main.css @@ -1,6 +1,6 @@ html * { font-family: Roboto, sans-serif; - font-size: 18px; + font-size: 3vmin; } .active { @@ -125,6 +125,9 @@ html * { border-color: inherit; border-left: none; transition: color 1s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } strong { |
