mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
added new header
This commit is contained in:
@@ -62,9 +62,6 @@ window.addEventListener("DOMContentLoaded", (event) => {
|
||||
var updateMeta = () => {
|
||||
var elem, style;
|
||||
elem = document.querySelector('body');
|
||||
console.log(elem)
|
||||
style = getComputedStyle(elem);
|
||||
console.log(style.backgroundColor)
|
||||
|
||||
document.querySelector('meta[name="theme-color"]').setAttribute('content', style.backgroundColor);
|
||||
}
|
||||
Reference in New Issue
Block a user