normalize.css: remove -webkit-appearance: button

This conflicts with styling in index.html I think.
This commit is contained in:
Yusef Aslam 2024-02-01 21:16:25 +00:00
parent 9a56f97908
commit 6acd070b89

View File

@ -321,7 +321,7 @@ button,
html input[type="button"], /* 1 */ html input[type="button"], /* 1 */
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
-webkit-appearance: button; /* 2 */ /* webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */ cursor: pointer; /* 3 */
} }