bugfix: toc blocks can have text colours

This commit is contained in:
dragonwocky 2020-10-02 10:43:47 +10:00
parent f0b62d8df3
commit a2f23a850e
3 changed files with 2 additions and 2 deletions

View File

@ -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)'],

View File

@ -575,6 +575,7 @@ window['__start'] = async () => {
}
}
draggable.render();
modified();
});
document.addEventListener('mouseover', draggable.mouseover);
draggable.render();

View File

@ -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',
};