Skip to content

Commit ea410e8

Browse files
committed
border
1 parent 184151f commit ea410e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

LongevityWorldCup.Website/wwwroot/onboarding/pheno-age.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">The Blood Pact
415415
resultElement.style.padding = '1.5rem';
416416

417417
resultElement.style.color = 'var(--dark-text-color)'; // Standard dark gray
418-
resultElement.style.boxShadow = '0 0 10px rgba(0, 188, 212, 0.15)'; // Faint cyan shadow for emphasis
418+
resultElement.style.boxShadow = '0 0 10px rgba(0, 0, 0, 0.15)'; // Faint dark shadow for emphasis
419419

420420
resultElement.style.borderRadius = '8px';
421421
resultElement.style.fontSize = '1.5rem';
@@ -425,10 +425,10 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">The Blood Pact
425425
// Setting up the animated counter effect
426426
let displayAge = 0;
427427
resultElement.innerHTML = `
428-
<div style="font-size: 1rem; color: #2c3e50; text-align: center;">Your biological age is:</div>
429-
<div style="font-size: 2.5rem; color: #4CAF50; font-weight: bold; text-align: center;"><span id="animatedAge">0</span></div>
430-
<div id="yearsText" style="font-size: 1rem; color: #2c3e50; text-align: center;">years</div>
431-
`;
428+
<div style="font-size: 1rem; color: #2c3e50; text-align: center;">Your biological age is:</div>
429+
<div style="font-size: 2.5rem; color: #4CAF50; font-weight: bold; text-align: center;"><span id="animatedAge">0</span></div>
430+
<div id="yearsText" style="font-size: 1rem; color: #2c3e50; text-align: center;">years</div>
431+
`;
432432

433433
if (isFirstTimeAnimation) {
434434
// Set the flag to false after the first run

0 commit comments

Comments
 (0)