From f237dff5c7f0298a3125b7f87934a18c659f1eb9 Mon Sep 17 00:00:00 2001 From: Mariia Shabelnik <> Date: Wed, 27 Jul 2022 21:07:04 +0200 Subject: [PATCH] update logo color --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index b21cd2c..e310e49 100644 --- a/src/App.css +++ b/src/App.css @@ -45,6 +45,10 @@ font-weight: bold; } +.logo a { + text-shadow: 0 0 5px #ccff00, 0 0 15px #ccff00, 0 0 30px #ccff00; +} + .hamburger { display: none; }