diff --git a/src/styles/_shots.sass b/src/styles/_shots.sass index a5f4e85..baeb6e6 100644 --- a/src/styles/_shots.sass +++ b/src/styles/_shots.sass @@ -39,7 +39,7 @@ .table-cell:last-child box-shadow: inset -5px 0 0 $color-primary - @include status-color-property(background-color, ' .shot-status') + @include status-color-property(background-color, ' .shot-status', 'dark') .table-cell text-align: center @@ -75,7 +75,7 @@ padding: 0 15px transition: all 150ms ease-in-out - @include status-color-property(background-color, ':before') + @include status-color-property(background-color, ':before', 'dark') &:before background-color: $color-background /* overriden by status-{{status}} */