diff --git a/package.json b/package.json index b9cd99f..b067618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sy-bq-callout", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "description": "", "repository": "", diff --git a/plugin.json b/plugin.json index 4f2ba27..0859a47 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "sy-bq-callout", "author": "frostime", "url": "https://github.com/frostime/sy-bq-callout", - "version": "1.3.1", + "version": "1.3.2", "minAppVersion": "3.0.12", "backends": [ "all" diff --git a/src/index.scss b/src/index.scss index 056f442..919175e 100644 --- a/src/index.scss +++ b/src/index.scss @@ -4,7 +4,7 @@ * @Source : https://github.com/royc01/notion-theme * @Date : 2023-10-02 20:30:13 * @FilePath : /src/index.scss - * @LastEditTime : 2024-10-02 22:29:15 + * @LastEditTime : 2024-10-02 23:42:22 * @Description : 迁移自 Savor 主题的 callout 功能 */ /* Callout Style Start */ @@ -89,7 +89,7 @@ html[data-theme-mode] .protyle-wysiwyg [data-node-id][custom-b].bq { &.protyle-wysiwyg--hl, &.protyle-wysiwyg--select { background-color: var(--b3-theme-primary-lightest) !important; - border: 2px solid var(--b3-theme-primary-light) !important; + // border: 2px solid var(--b3-theme-primary-light) !important; } }