diff --git a/app/styles/modules/backlog/taskboard-table.scss b/app/styles/modules/backlog/taskboard-table.scss index af876268..c7ccce5b 100644 --- a/app/styles/modules/backlog/taskboard-table.scss +++ b/app/styles/modules/backlog/taskboard-table.scss @@ -145,18 +145,19 @@ $column-margin: 0 10px 0 0; &.blocked { .taskboard-userstory-box { background: rgba($red, .6); - border-radius: 3px; + } a, - .points-value { - color: rgba($white, .9); - transition: color .3s linear; - } a:hover, + .points-value, .points-value:hover { color: rgba($white, 1); transition: color .3s linear; } + .points-value { + color: $white; + transition: color .3s linear; + } .taskboard-tasks-box { background: rgba($red, .1); }