1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 01:10:07 +02:00

🙈 ボタンの背景色を白にしたときにスタイルが適用されないバグを修正

This commit is contained in:
BcRikko
2018-11-25 20:22:10 +09:00
parent 993e9aa17d
commit e427793257
5 changed files with 18 additions and 5 deletions

View File

@@ -14,3 +14,10 @@ body {
color: $base-color;
background-color: $background-color;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: none;
}