mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44: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
|
||||
if (head && !head.innerHTML.includes('iframecss')) {
|
||||
head.appendChild(cssLink)
|
||||
head.innerHTML += cssLink.outerHTML
|
||||
console.log(head)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user