diff --git a/10_MINI_BLOG/miniblog/src/index.css b/10_MINI_BLOG/miniblog/src/index.css index d383ed4..9598894 100644 --- a/10_MINI_BLOG/miniblog/src/index.css +++ b/10_MINI_BLOG/miniblog/src/index.css @@ -103,7 +103,7 @@ textarea::placeholder { background-color: #dc3545; } -button[disabled] { +button:disabled { background-color: #aaa; }