fix: keyboard shortcuts font

pull/6850/head
Konstantinos Kaloutas 2022-09-29 16:34:06 +03:00
parent 01eb87d27c
commit d83f6e040b
1 changed files with 6 additions and 0 deletions

View File

@ -823,3 +823,9 @@ html[data-theme='dark'] {
pointer-events: all;
stroke-width: min(100px, calc(12px * var(--tl-scale)));
}
.keyboard-shortcut > code {
padding: 4px !important;
text-rendering: initial;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}