diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-10 00:14:28 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-10 00:14:28 +0200 |
| commit | 64c69101975508eaf11b0aa2ba6a0faed5362878 (patch) | |
| tree | c3021044460251c7f097040d9517c6eca9327c15 /client | |
| parent | 8ed78fbfeee137bb4f638eccf184a0ededc24f61 (diff) | |
| download | shorest-64c69101975508eaf11b0aa2ba6a0faed5362878.tar.zst shorest-64c69101975508eaf11b0aa2ba6a0faed5362878.zip | |
small css fixes
Diffstat (limited to 'client')
| -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 { |
