From 1362ceb8c8d196ed0519d4ba8811c97781b6954c Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 17 Feb 2018 17:21:18 -0500 Subject: [PATCH] Adding slight text-shadow to header to get logo popping a little --- src/components/Header/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header/style.css b/src/components/Header/style.css index 2cec18d..a17c874 100644 --- a/src/components/Header/style.css +++ b/src/components/Header/style.css @@ -30,6 +30,7 @@ display: inline-block; margin: 0; line-height: var(--header-height); + text-shadow: 0 0 2px var(--color-white); } & a {