From 64c69101975508eaf11b0aa2ba6a0faed5362878 Mon Sep 17 00:00:00 2001 From: Melonai Date: Sun, 10 May 2020 00:14:28 +0200 Subject: small css fixes --- client/static/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/static/main.css') 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 { -- cgit 1.4.1