docs/assets/css/kapa.css

18 lines
237 B
CSS

.mantine-Modal-root {
ol {
list-style-type: decimal;
}
.mantine-List-root {
min-width: 100%;
}
.mantine-List-itemWrapper {
max-width: 100%;
}
.mantine-Prism-copy {
background-color: rgb(20, 21, 23)
}
}