We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7d3cd commit b29a7dbCopy full SHA for b29a7db
1 file changed
apps/obsidian/src/styles/style.css
@@ -2320,7 +2320,8 @@ it from receiving any pointer events or affecting the cursor. */
2320
2321
/* ----------------------- Kbd ---------------------- */
2322
2323
-.tlui-kbd {
+/* Override Obsidian's kbd styles - kbd.tlui-kbd is more specific than kbd */
2324
+kbd.tlui-kbd {
2325
font-family: inherit;
2326
font-size: 11px;
2327
line-height: 11px;
@@ -2332,6 +2333,7 @@ it from receiving any pointer events or affecting the cursor. */
2332
2333
align-self: bottom;
2334
color: currentColor;
2335
margin-left: var(--space-4);
2336
+ background-color: var(--color-low) !important;
2337
}
2338
2339
.tlui-kbd > span {
0 commit comments