Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
171 B
CSS
Raw Permalink Normal View History

2024-08-19 23:50:09 -04:00
kbd.keybinding {
2024-09-17 17:39:06 +02:00
background-color: var(--keybinding-bg);
2024-08-19 23:50:09 -04:00
padding: 2px 4px;
border-radius: 3px;
font-family: monospace;
display: inline-block;
margin: 0 2px;
}