mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Mono font family for kbd
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user