diff --git a/src/index.css b/src/index.css index d2b7da4d..3b953bcb 100644 --- a/src/index.css +++ b/src/index.css @@ -120,6 +120,15 @@ button { outline: none; } +button:disabled { + cursor: not-allowed; + color: var(--gray); +} +.light button:disabled { + color: var(--font-color); +} + + button:hover { background-color: var(--font-color); color: var(--bg-color);