inkdrop-command-palette/styles/palettemodal.less
2022-08-17 05:11:16 +08:00

9 lines
160 B
Text

.commandpalette {
padding: 0rem !important ;
background-color: red;
}
.cpInput {
width: 400px;
background-color: var(--page-background) !important ;
}