mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 13:18:04 +00:00
9 lines
158 B
CSS
9 lines
158 B
CSS
|
kbd.keybinding {
|
||
|
background-color: #f0f0f0;
|
||
|
padding: 2px 4px;
|
||
|
border-radius: 3px;
|
||
|
font-family: monospace;
|
||
|
display: inline-block;
|
||
|
margin: 0 2px;
|
||
|
}
|