pulsar/packages/command-palette/styles/command-palette.less
2023-01-06 08:53:38 -08:00

8 lines
154 B
Plaintext

@import "ui-variables";
// Highlight matched text
.command-palette .list-group .character-match {
color: @text-color-highlight;
font-weight: bold;
}