diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_waste.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_waste.scss b/web/cobrands/sass/_waste.scss index 9ea957131..798335578 100644 --- a/web/cobrands/sass/_waste.scss +++ b/web/cobrands/sass/_waste.scss @@ -97,6 +97,7 @@ body.waste { transition: all 200ms ease-out; z-index: inherit; position: relative; + max-width: 100%; .js &.hidden-js { display: block; opacity: 0; @@ -136,6 +137,9 @@ input[type="submit"].waste-service-link { &:focus { text-decoration: underline; } + &:visited { + color: $link-color; + } } .waste-service-name-link { |