No Results
Sorry! There are no listings matching your search.
Try changing your search filters or Reset Filter
document.addEventListener('DOMContentLoaded', function() {
var footers = document.querySelectorAll('footer');
footers.forEach(function(footer) {
var all = footer.querySelectorAll('*');
all.forEach(function(el) {
el.style.cssText += 'color: rgba(255,255,255,0.75) !important;';
});
});
});