summary refs log tree commit diff
path: root/client/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/static/main.css')
-rw-r--r--client/static/main.css5
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 {