diff --git a/src/styles/_tasks.sass b/src/styles/_tasks.sass index 1e054e0..9f86d3f 100644 --- a/src/styles/_tasks.sass +++ b/src/styles/_tasks.sass @@ -68,11 +68,11 @@ &:hover text-decoration: none - color: $color-primary + color: $color-text-dark-primary background-color: $color-background-light .status-indicator - transform: scale(1.1) + transform: scale(1.2) &.active text-decoration: none @@ -80,7 +80,7 @@ box-shadow: inset -5px 0 0 $color-primary .status-indicator - transform: scale(1.1) + transform: scale(1.2) .status, .type display: inline-block