diff options
author | gumi <git@gumi.ca> | 2019-08-10 17:09:18 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-08-10 17:09:18 -0400 |
commit | 4fb7b8d91b1ee690eed29908170bd5789075e76b (patch) | |
tree | bfc31c0d8ff8095eda00ed3ffec5baf8e5bfa1c7 | |
parent | 02f4a5dce69c811a59e6975bf14517062e73354a (diff) | |
download | website-4fb7b8d91b1ee690eed29908170bd5789075e76b.tar.gz website-4fb7b8d91b1ee690eed29908170bd5789075e76b.tar.bz2 website-4fb7b8d91b1ee690eed29908170bd5789075e76b.tar.xz website-4fb7b8d91b1ee690eed29908170bd5789075e76b.zip |
reduce the logo shadow (looks weird in FF)
-rw-r--r-- | src/components/Logo.vue | 9 |
1 files 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; |