mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
bugfix: toc blocks can have text colours
This commit is contained in:
parent
f0b62d8df3
commit
a2f23a850e
@ -424,7 +424,6 @@
|
||||
/** content colours **/
|
||||
|
||||
.notion-body,
|
||||
.notion-page-content [style*='color: inherit;'],
|
||||
.notion-frame .notion-page-block,
|
||||
.notion-body.dark [style*=' color: rgba(255, 255, 255, 0.9)'],
|
||||
.notion-body.dark [style^='color: rgba(255, 255, 255, 0.9)'],
|
||||
|
@ -575,6 +575,7 @@ window['__start'] = async () => {
|
||||
}
|
||||
}
|
||||
draggable.render();
|
||||
modified();
|
||||
});
|
||||
document.addEventListener('mouseover', draggable.mouseover);
|
||||
draggable.render();
|
||||
|
@ -11,6 +11,6 @@ module.exports = {
|
||||
tags: ['theme', 'dark'],
|
||||
name: 'material ocean',
|
||||
desc: 'an oceanic colour palette.',
|
||||
version: '0.1',
|
||||
version: '0.1.0',
|
||||
author: 'blacksuan19',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user