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

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

View File

@ -33,7 +33,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>Schulich Off-Road</title> <title>UCalgary Baja</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -138,7 +138,9 @@ creates dwon downs
background-size: cover; background-size: cover;
background-position: center; 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 */ /* used to postiion title and sub title */
@ -152,7 +154,7 @@ creates dwon downs
margin-left: 15svw; margin-left: 15svw;
font-size: xx-large; /* todo make larger */ font-size: 80px; /* todo make larger */
font-weight: normal; font-weight: normal;
background-color: white; background-color: white;