inkdrop-command-palette/styles/palettemodal.less

10 lines
160 B
Text
Raw Normal View History

2022-08-16 21:11:16 +00:00
.commandpalette {
padding: 0rem !important ;
background-color: red;
}
.cpInput {
width: 400px;
background-color: var(--page-background) !important ;
}