434
editsMore actions
no edit summary
Crashaholic (talk | contribs) No edit summary |
Crashaholic (talk | contribs) No edit summary |
||
Line 96: | Line 96: | ||
$('#bg3wiki-legacy-content-notice').addClass('theme-bg3-light'); // {{Legacy Content}} | $('#bg3wiki-legacy-content-notice').addClass('theme-bg3-light'); // {{Legacy Content}} | ||
$('.bg3wiki-blockquote-text').addClass('theme-bg3-light'); | $('.bg3wiki-blockquote-text').addClass('theme-bg3-light'); | ||
// == For images that are pure white (thanks larian) | |||
var a = document.querySelectorAll('img') | |||
a.forEach(function(e) { | |||
e.style.filter = "drop-shadow(0 0 5px #555)"; | |||
}); | |||
} | } |