diff --git a/styles/Header.module.css b/styles/Header.module.css index 8de1298..e7bf641 100644 --- a/styles/Header.module.css +++ b/styles/Header.module.css @@ -34,5 +34,6 @@ text-align: center; font-size: 2rem; line-height: 3rem; - text-shadow: 1px 1px 1px black; + text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7); + opacity: 0.8; }