mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fixed notice colour issue
This commit is contained in:
+2
-1
@@ -483,7 +483,8 @@ function applyDarkModeToIframe(iframe: HTMLIFrameElement, cssLink: HTMLStyleElem
|
|||||||
|
|
||||||
const head = iframeDocument.head
|
const head = iframeDocument.head
|
||||||
if (head && !head.innerHTML.includes('iframecss')) {
|
if (head && !head.innerHTML.includes('iframecss')) {
|
||||||
head.appendChild(cssLink)
|
head.innerHTML += cssLink.outerHTML
|
||||||
|
console.log(head)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user