mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 17:28:54 +01:00
26 lines
501 B
CSS
26 lines
501 B
CSS
#keyboard-shortcuts-help-container {
|
|
table {
|
|
tr > * {
|
|
border-top: 1px solid var(--outline-color);
|
|
vertical-align: middle;
|
|
}
|
|
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);
|
|
}
|
|
}
|