diff --git a/repo/core/css/theme.css b/repo/core/css/theme.css index 4cfc448..0608b2f 100644 --- a/repo/core/css/theme.css +++ b/repo/core/css/theme.css @@ -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)'], diff --git a/repo/core/menu.js b/repo/core/menu.js index 533f009..d5e72b4 100644 --- a/repo/core/menu.js +++ b/repo/core/menu.js @@ -575,6 +575,7 @@ window['__start'] = async () => { } } draggable.render(); + modified(); }); document.addEventListener('mouseover', draggable.mouseover); draggable.render(); diff --git a/repo/material-ocean/mod.js b/repo/material-ocean/mod.js index 19b6752..dd3eab5 100644 --- a/repo/material-ocean/mod.js +++ b/repo/material-ocean/mod.js @@ -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', };