Skip to content

Commit 184151f

Browse files
committed
remove border
1 parent 43d2590 commit 184151f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ <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.border = '1px solid var(--primary-color)'; // Cyan border matching the button
419418
resultElement.style.boxShadow = '0 0 10px rgba(0, 188, 212, 0.15)'; // Faint cyan shadow for emphasis
420419

421420
resultElement.style.borderRadius = '8px';
@@ -426,10 +425,10 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">The Blood Pact
426425
// Setting up the animated counter effect
427426
let displayAge = 0;
428427
resultElement.innerHTML = `
429-
<div style="font-size: 1rem; color: #2c3e50; text-align: center;">Your biological age is:</div>
430-
<div style="font-size: 2.5rem; color: #4CAF50; font-weight: bold; text-align: center;"><span id="animatedAge">0</span></div>
431-
<div id="yearsText" style="font-size: 1rem; color: #2c3e50; text-align: center;">years</div>
432-
`;
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+
`;
433432

434433
if (isFirstTimeAnimation) {
435434
// Set the flag to false after the first run

0 commit comments

Comments
 (0)