mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
Merge branch 'blog-content' of github.com:ClovertaTheTrilobita/SanYeCao-blog into blog-content
This commit is contained in:
commit
9b7c727cb1
1 changed files with 23 additions and 0 deletions
|
|
@ -70,6 +70,29 @@
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding: 1rem;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
overflow-x: auto;
|
||||||
|
line-height: 1.6;
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-family: "Maple Mono", monospace;
|
||||||
|
font-size: 0.92rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 行内代码 */
|
||||||
|
p code,
|
||||||
|
li code,
|
||||||
|
blockquote code,
|
||||||
|
td code {
|
||||||
|
padding: 0.15em 0.4em;
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
background: rgba(127, 127, 127, 0.12);
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Maple Mono", "Maple Mono CN", monospace;
|
font-family: "Maple Mono", "Maple Mono CN", monospace;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue