文字色を白にした
This commit is contained in:
parent
c8554e6f0c
commit
d407ed17c3
@ -1185,6 +1185,8 @@ notion.contentWindow.addEventListener('DOMContentLoaded', event => {
|
||||
style.innerHTML += '.notion-collection_view-block { overflow-x: hidden !important; }'
|
||||
style.innerHTML += '.notion-collection_view-block > .notion-scroller { overflow: hidden !important; }'
|
||||
style.innerHTML += 'body { background: transparent !important; }'
|
||||
style.innerHTML += '.notion-page-content { color: #ffffff !important; }'
|
||||
style.innerHTML += '.notion-selectable { color: #ffffff !important; }'
|
||||
|
||||
// Add the <style> element to the page
|
||||
notionDoc.head.appendChild(style)
|
||||
|
Loading…
Reference in New Issue
Block a user