feat(title, bannerimg): tab title changed and fading of banner image, title of page changed as well

This commit is contained in:
2025-04-26 13:58:35 -06:00
parent 910bdf9367
commit 3cb3eb9b19
2 changed files with 5 additions and 3 deletions

View File

@ -138,7 +138,9 @@ creates dwon downs
background-size: cover;
background-position: center;
z-index: -1;
z-index: -2;
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
mask-image: linear-gradient(to bottom, black 80%, transparent);
}
/* used to postiion title and sub title */
@ -152,7 +154,7 @@ creates dwon downs
margin-left: 15svw;
font-size: xx-large; /* todo make larger */
font-size: 80px; /* todo make larger */
font-weight: normal;
background-color: white;