mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-04 06:31:47 +01:00
💄
This commit is contained in:
parent
694557fd14
commit
f09f1dea39
8 changed files with 8 additions and 8 deletions
|
|
@ -12,7 +12,7 @@
|
|||
body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background: #1e1f22;
|
||||
background: #1e1e1e;
|
||||
font-size: 12px;
|
||||
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ const initKernel = (workspace, port, lang) => {
|
|||
width: Math.floor(screen.getPrimaryDisplay().size.width / 2),
|
||||
height: Math.floor(screen.getPrimaryDisplay().workAreaSize.height / 2),
|
||||
frame: false,
|
||||
backgroundColor: "#1e1f22",
|
||||
backgroundColor: "#1e1e1e",
|
||||
icon: path.join(appDir, "stage", "icon-large.png"),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue