mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 01:10:07 +02:00
🙈 ボタンの背景色を白にしたときにスタイルが適用されないバグを修正
This commit is contained in:
@@ -14,3 +14,10 @@ body {
|
||||
color: $base-color;
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user