文字色を白にした

This commit is contained in:
ReyADayer 2021-02-08 04:22:27 +09:00
parent c8554e6f0c
commit d407ed17c3

View File

@ -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)