diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index ba23c580..732fa94b 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -217,7 +217,7 @@ } &.previous-month { - opacity: 0.65; + color: $color-gray; } &.meter-cell { @@ -250,9 +250,12 @@ @include media($medium-screen) { display: block; color: $color-white; + background-color: rgba($color-blue, 0.65); + border-radius: $gap/2; position: absolute; top: 2.3rem; - left: $gap; + left: $gap / 2; + padding: 0 ($gap / 2); } } }