From 1b3aad5b3c70382a8e1c373ef765655bdb7e9937 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 Nov 2021 19:02:10 +0300 Subject: Fix more stylelint warnings * appearance now handled by autoprefixer * Font names should not have quotes --- src/main/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 957d7bd0..4e53eaec 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -74,7 +74,7 @@ html, input, textarea, button { - font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: subpixel-antialiased; } h1, @@ -250,7 +250,7 @@ pre::selection { border: 1px solid var(--border-color); outline: none !important; padding: 4px; - -webkit-appearance: none; + appearance: none; border-radius: 0; } -- cgit v1.2.3