diff --git a/static/style/main.scss b/static/style/main.scss index 368128a..fcdab09 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -67,6 +67,7 @@ a { transition: none !important; display: inline-block; transform: scale(.98) !important; + background-color: $mantle !important; } &.block { @@ -74,6 +75,7 @@ a { &:hover { transform: scale(1.02) translateY(-.25rem); + background-color: $surface1; } } } @@ -137,6 +139,8 @@ footer { } &.green { background-color: color.mix($surface0, $green, 60%); + &:hover { background-color: color.mix($surface1, $green, 60%); } + &:active { background-color: color.mix($mantle, $green, 60%) !important; } } & .header {