diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss
index 312a18f1d8f9c2dcacde8a5558c248b1ee537935..44ce4f72e264b97535cf10163e822959e2294d62 100644
--- a/scss/mixins/_buttons.scss
+++ b/scss/mixins/_buttons.scss
@@ -10,7 +10,7 @@
   @include box-shadow($btn-box-shadow);
 
   @include hover {
-    @include color-yiq($background);
+    @include color-yiq($active-background);
     background-color: $active-background;
     border-color: $active-border;
   }