From 0ab9198563a4d2fd6681b77a7fc0f6bebb9973cb Mon Sep 17 00:00:00 2001 From: June Kelly Date: Wed, 13 Apr 2022 09:46:57 +0100 Subject: [PATCH] Merge pull request #7378 from overleaf/tm-fix-cookie-banner-style Fix cookie banner link color and box-shadow values GitOrigin-RevId: 036c921795eab999e65bd04ca409babe28a2f00a --- .../web/frontend/stylesheets/components/footer.less | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/services/web/frontend/stylesheets/components/footer.less b/services/web/frontend/stylesheets/components/footer.less index 43a427b4eb..011f36f086 100644 --- a/services/web/frontend/stylesheets/components/footer.less +++ b/services/web/frontend/stylesheets/components/footer.less @@ -277,15 +277,7 @@ footer.site-footer { z-index: 100; color: @text-color; background: @ol-blue-gray-0; - box-shadow: 0 -2px 1px 0px #2c36455c; - - a { - color: @footer-link-color; - &:hover, - &:focus { - color: @footer-link-hover-color; - } - } + box-shadow: 0px -5px 8px 0px #0000001a; } .cookie-banner-content {