mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
3c05a55135
commit
66f3920335
9 changed files with 82 additions and 48 deletions
|
|
@ -136,6 +136,18 @@
|
|||
background-color: var(--b3-protyle-code-background);
|
||||
}
|
||||
|
||||
&__kbd {
|
||||
padding: 2px 4px;
|
||||
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
line-height: 1;
|
||||
color: var(--b3-theme-on-surface);
|
||||
vertical-align: middle;
|
||||
background-color: var(--b3-theme-surface);
|
||||
border: solid 1px var(--b3-theme-surface-lighter);
|
||||
border-radius: var(--b3-border-radius);
|
||||
box-shadow: inset 0 -1px 0 var(--b3-theme-surface-lighter);
|
||||
}
|
||||
|
||||
&__list {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue