main
css 6 lines 127 Bytes
Raw
1 .Command {
2 background-color: var(--color-dimmest);
3 padding: 0.25rem 0.5rem;
4 display: block;
5 border-radius: 0.125rem;
6 }