mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-07 17:30:09 +08:00
🎨 访问授权页忘记授权码提示文案 Fix https://github.com/siyuan-note/siyuan/issues/6822
This commit is contained in:
parent
edfe0bdb77
commit
a6f1eae9e1
@ -141,11 +141,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-family: var(--b3-font-family-code);
|
font-family: "JetBrainsMono-Regular", mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: var(--b3-protyle-code-background);
|
background-color: rgba(27, 31, 35, .05);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user