mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-24 19:28:15 +03:00
22 lines
402 B
CSS
22 lines
402 B
CSS
#keyboard-shortcuts-help-container {
|
|
table {
|
|
th {
|
|
font-weight: normal;
|
|
text-align: start;
|
|
padding: 0.25em 0;
|
|
line-height: 1;
|
|
}
|
|
td {
|
|
padding: 0.25em 1em;
|
|
}
|
|
}
|
|
|
|
kbd {
|
|
border-radius: 4px;
|
|
display: inline-block;
|
|
padding: 0.3em;
|
|
line-height: 1;
|
|
border: 1px solid var(--outline-color);
|
|
background-color: var(--bg-faded-color);
|
|
}
|
|
}
|