mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
Mono font family for kbd
This commit is contained in:
parent
b1fa4d3038
commit
8b1492a2d9
@ -458,7 +458,7 @@ code {
|
|||||||
kbd {
|
kbd {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
font-family: Consolas, monospace;
|
font-family: var(--monoFontFamily);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* background-color: #eeeeee; */
|
/* background-color: #eeeeee; */
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
|
Loading…
Reference in New Issue
Block a user