document.addEventListener('DOMContentLoaded', function() { const tables = document.querySelectorAll('table'); tables.forEach(table => { const elements = table.querySelectorAll('*'); elements.forEach(element => { const bgcolor = element.getAttribute('bgcolor'); if (bgcolor) { // Convert bgcolor to RGB const r = parseInt(bgcolor.slice(1,3), 16); const g = parseInt(bgcolor.slice(3,5), 16); const b = parseInt(bgcolor.slice(5,7), 16); // Calculate luminance const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255; // Find all spans within this element const spans = element.querySelectorAll('span'); spans.forEach(span => { // Set text color based on background luminance span.style.color = luminance > 0.5 ? '#000000' : '#FFFFFF'; }); } }); }); });

Your Snow Plow Inspection Checklist: What to Do Before the Snow Starts to Fly

Your Snow Plow Inspection Checklist: What to Do Before the Snow Starts to Fly

December 18, 2024

Your Snow Plow Inspection Checklist: What to Do Before the Snow Starts to Fly How familiar is this…

Uncategorized

By Carly Bassett

Leaf Removal Hacks: Harness the Power of Hose & Fittings this Fall

Leaf Removal Hacks: Harness the Power of Hose & Fittings this Fall

November 20, 2024

Leaf Removal Hacks: Harness the Power of Hose & Fittings this Fall Ah, fall. The season of pumpkin…

Uncategorized

By Carly Bassett

Why You Need to Winterize Your Irrigation Systems

Why You Need to Winterize Your Irrigation Systems

September 18, 2024

Winter is coming, and while Jon Snow might be worried about White Walkers, you should probably be more…

Uncategorized

By Carly Bassett

What is a NPSM Thread and How Does it Work

What is a NPSM Thread and How Does it Work

September 4, 2024

What is a NPSM Thread and How Does it Work? If you want to ensure the smooth operation…

Uncategorized

By Carly Bassett

Enhancing Agricultural Operations with Reliable Hose Clamps

Enhancing Agricultural Operations with Reliable Hose Clamps

September 4, 2024

Enhancing Agricultural Operations with Reliable Hose Clamps Agriculture has always been the backbone of our economy, and right…

Uncategorized

By Carly Bassett

Safety First-The Importance of Inspecting and Replacing Hydraulic Lines

Safety First-The Importance of Inspecting and Replacing Hydraulic Lines

September 4, 2024

Safety First-The Importance of Inspecting and Replacing Hydraulic Lines Hydraulic systems might seem like minor details, operating behind…

Uncategorized

By Carly Bassett

Be Sociable, Share!

Copyright © 2024. All Rights Reserved.