🎨 访问授权页忘记授权码提示文案 Fix https://github.com/siyuan-note/siyuan/issues/6822

This commit is contained in:
Liang Ding 2022-12-08 22:20:45 +08:00
parent edfe0bdb77
commit a6f1eae9e1
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -141,11 +141,11 @@
margin: 0;
font-size: 85%;
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;
background-size: 20px 20px;
white-space: pre-wrap;
background-color: var(--b3-protyle-code-background);
background-color: rgba(27, 31, 35, .05);
}
</style>
</head>