diff --git a/styles/button.css b/styles/button.css index 22938e40..e39c6822 100644 --- a/styles/button.css +++ b/styles/button.css @@ -7,6 +7,6 @@ Button:hover { background-color: rgb(166, 0, 200); } -Button:pressed { +Button:pressed:!hover { background-color: rgb(136, 0, 170); }