diff --git a/threadr/style.css b/threadr/style.css index 31d2561..2d05742 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -91,7 +91,6 @@ input[type=submit]:hover { button { font-family: monospace; - width: 100%; background-color: #001858; color: white; padding: 14px 20px; @@ -101,6 +100,10 @@ button { cursor: pointer; } +button.full { + width: 100%; +} + button:hover { background-color: #8bd3dd; }