diff options
Diffstat (limited to 'assets/css/global.css')
-rw-r--r-- | assets/css/global.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/global.css b/assets/css/global.css index 8c3542dbc..13815e54d 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -699,7 +699,7 @@ table { -moz-user-select: none; -ms-user-select: none; user-select: none; - -webkit-tap-highlight-color: transparent; } + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { @@ -861,9 +861,9 @@ ul { background-image: url("../../theme/img/mysociety-logo.png"); width: 125px; height: 39px; } } - @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { - .ms-header__logo { - background-image: url("../../theme/img/mysociety-logo@2.png"); } } + @media (min-width: 30em) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 30em) and (min-resolution: 144dpi) { + .ms-header__logo { + background-image: url("../../theme/img/mysociety-logo@2.png"); } } .site-title { height: 45px; @@ -878,7 +878,7 @@ ul { border-top: 0.375em solid #424242; padding: 1em 0; background-position: center; - background-color: #93278f; } + background-color: #a94ca6; } @media (min-width: 56.88889em) { body.home .site-title { |