From 7331ee8ff339f705f9f6af4450d6b65f845ac210 Mon Sep 17 00:00:00 2001 From: Daniele Guido Date: Thu, 5 Oct 2023 16:34:28 +0200 Subject: [PATCH] Update Home.css --- src/styles/pages/Home.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/styles/pages/Home.css b/src/styles/pages/Home.css index c222aa0..33fcbdf 100644 --- a/src/styles/pages/Home.css +++ b/src/styles/pages/Home.css @@ -28,13 +28,15 @@ .Home h2.outlined { pointer-events: none; - font-weight: bold; font-size: 40px; - -webkit-text-stroke-width: 2px; - -webkit-text-stroke-color: var(--bs-dark); - color: transparent; + /* -webkit-text-stroke-width: 2px; */ + /* -webkit-text-stroke-color: var(--bs-dark); */ + /* color: transparent; */ + color: var(--bs-primary-text); + text-shadow: 0 0 5px var(--primary); } + .Home h2.outlined::selection { background-color: transparent; }