mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 15:34:06 +01:00
This commit is contained in:
parent
18e377f90f
commit
b5ff267908
21 changed files with 123 additions and 120 deletions
|
|
@ -99,6 +99,18 @@
|
|||
top: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
&__code {
|
||||
padding: 0.2em 0.4em;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
border-radius: 3px;
|
||||
font-family: var(--b3-font-family-code);
|
||||
word-break: break-word;
|
||||
background-size: 20px 20px;
|
||||
white-space: pre-wrap;
|
||||
background-color: var(--b3-protyle-code-background);
|
||||
}
|
||||
}
|
||||
|
||||
.ft {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue