Skip to content

Commit b29a7db

Browse files
authored
override the background color (#604)
1 parent ab7d3cd commit b29a7db

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/obsidian/src/styles/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,8 @@ it from receiving any pointer events or affecting the cursor. */
23202320

23212321
/* ----------------------- Kbd ---------------------- */
23222322

2323-
.tlui-kbd {
2323+
/* Override Obsidian's kbd styles - kbd.tlui-kbd is more specific than kbd */
2324+
kbd.tlui-kbd {
23242325
font-family: inherit;
23252326
font-size: 11px;
23262327
line-height: 11px;
@@ -2332,6 +2333,7 @@ it from receiving any pointer events or affecting the cursor. */
23322333
align-self: bottom;
23332334
color: currentColor;
23342335
margin-left: var(--space-4);
2336+
background-color: var(--color-low) !important;
23352337
}
23362338

23372339
.tlui-kbd > span {

0 commit comments

Comments
 (0)