mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 11:33:14 +00:00
style: adjust hero title and subtitle text shadow for improved readability
This commit is contained in:
@@ -342,8 +342,8 @@
|
|||||||
.hero-title {
|
.hero-title {
|
||||||
font-size: clamp(1.5rem, 4vw, 2.5rem);
|
font-size: clamp(1.5rem, 4vw, 2.5rem);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
/* color: white;
|
/* color: white; */
|
||||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -353,8 +353,8 @@
|
|||||||
.hero-subtitle {
|
.hero-subtitle {
|
||||||
font-size: clamp(2rem, 6vw, 4rem);
|
font-size: clamp(2rem, 6vw, 4rem);
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
/* color: white;
|
/* color: white; */
|
||||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user