From 014672ed628b2f402725e6b6ccabef235e92e520 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 14 Oct 2016 15:49:40 +0200 Subject: [PATCH] minor style tweak to tasks list --- src/styles/_tasks.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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