diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 686815f3..558be353 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -6,4 +6,3 @@ ignoreFiles: rules: indentation: tab - number-leading-zero: never diff --git a/client/css/style.css b/client/css/style.css index 934018af..f1a87cd1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -53,12 +53,12 @@ body { } a { - transition: opacity .2s; + transition: opacity 0.2s; } a:hover { text-decoration: none; - opacity: .8; + opacity: 0.8; } /** @@ -135,7 +135,7 @@ kbd { margin-bottom: 10px; padding: 9px 17px; text-transform: uppercase; - transition: background .2s, border-color .2s, color .2s; + transition: background 0.2s, border-color 0.2s, color 0.2s; word-spacing: 3px; cursor: pointer; /* This is useful for `