From 4fb7b8d91b1ee690eed29908170bd5789075e76b Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 10 Aug 2019 17:09:18 -0400 Subject: reduce the logo shadow (looks weird in FF) --- src/components/Logo.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Logo.vue b/src/components/Logo.vue index cf7c26b..20f071e 100644 --- a/src/components/Logo.vue +++ b/src/components/Logo.vue @@ -29,6 +29,10 @@ z-index: 200; max-width: calc(90% - 15vw); + &::selection { + text-shadow: none; + } + & span:last-of-type { display: none; } @@ -43,11 +47,6 @@ height: 100px; margin-top: 20px; position: relative; - text-shadow: 0.05ch 0.09ch #070905; - - &::selection { - text-shadow: none; - } & span:first-of-type { position: absolute; -- cgit v1.2.3-60-g2f50