Skip to content

Commit

Permalink
🎨 misc
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Oct 2, 2024
1 parent c710548 commit ed4fb87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sy-bq-callout",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"description": "",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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;
}
}

Expand Down

0 comments on commit ed4fb87

Please sign in to comment.