mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 03:28:21 +00:00
style: update text shadow color for hero title and subtitle for improved visibility
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
font-size: clamp(1.5rem, 4vw, 2.5rem);
|
||||
font-weight: 300;
|
||||
/* color: white; */
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
|
||||
text-shadow: 1px 1px 2px #64748b;
|
||||
margin-bottom: 0.5rem;
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
@@ -354,7 +354,7 @@
|
||||
font-size: clamp(2rem, 6vw, 4rem);
|
||||
font-weight: 800;
|
||||
/* color: white; */
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
|
||||
text-shadow: 1px 1px 2px #64748b;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
line-height: 1.1;
|
||||
|
||||
Reference in New Issue
Block a user