mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 07:46:09 +01:00
This commit is contained in:
parent
90bcdaa3c2
commit
28ee9bb08d
10 changed files with 11 additions and 9 deletions
|
|
@ -221,7 +221,7 @@
|
|||
&-keymap {
|
||||
&__key {
|
||||
padding: 2px 4px;
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
font-family: var(--b3-font-family-kbd);
|
||||
line-height: 1;
|
||||
color: var(--b3-theme-on-surface);
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
}
|
||||
|
||||
padding: 1px 3px;
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
font-family: var(--b3-font-family-kbd);
|
||||
background-color: var(--b3-theme-surface);
|
||||
border: solid 1px var(--b3-theme-surface-lighter);
|
||||
border-radius: var(--b3-border-radius);
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@
|
|||
font-size: .75rem;
|
||||
margin-left: 16px;
|
||||
color: var(--b3-theme-on-surface);
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
font-family: var(--b3-font-family-kbd);
|
||||
}
|
||||
|
||||
// for protyle hint
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
kbd,
|
||||
span[data-type~="kbd"] {
|
||||
padding: 2px 4px;
|
||||
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
font: 75% var(--b3-font-family-kbd);
|
||||
line-height: 1;
|
||||
color: var(--b3-theme-on-surface);
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
|
||||
&__kbd {
|
||||
padding: 2px 4px;
|
||||
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
|
||||
font: 75% var(--b3-font-family-kbd);
|
||||
line-height: 1;
|
||||
color: var(--b3-theme-on-surface);
|
||||
vertical-align: middle;
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
padding-left: 2em;
|
||||
}
|
||||
|
||||
&__progress {
|
||||
&__progress {
|
||||
height: 4px;
|
||||
border-radius: var(--b3-border-radius);
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue