Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
delete font&fullscreen
  • Loading branch information
Morganwan90 committed Aug 9, 2024
1 parent 9472b50 commit 8298f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
/* 分栏、面板上的文字颜色 */
--b3-theme-on-error: #fff;
/* 字体 */
--b3-font-family: 'HarmonyOS', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Win10 Emoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
/* --b3-font-family: 'HarmonyOS', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Win10 Emoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
--b3-font-family-code: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
--b3-font-family-graph: mononoki;
--b3-font-family-graph: mononoki; */
/* 线条 */
--b3-border-color: #0000001a;
/* 滚动条 */
Expand Down Expand Up @@ -475,7 +475,7 @@ body.fn__flex-column {
.block__popover.block__popover--move.block__popover--open {
border-radius: 15px;
box-shadow: 0px 0px 40px 8px #00000033;
z-index: 201;
/* z-index: 201; */
animation: menu 0.5s;
}

Expand All @@ -496,10 +496,6 @@ body.fn__flex-column {
border-color: var(--b3-theme-primary);
}

.fullscreen {
background-color: var(--dialog-background) !important;
}

.protyle-background {
margin: 10px;
border-radius: 8px;
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Light-Blue",
"author": "Morgan",
"url": "https://github.com/Morganwan90/Lightblue-siyuan-theme/",
"version": "1.1.10",
"version": "1.1.11",
"modes": ["light"],
"displayName": {
"default": "Light-Blue"
Expand Down

0 comments on commit 8298f25

Please sign in to comment.