Files
docker-docs/assets/css/kapa.css
David Karlsson 4443d3640a hugo: update layout architecture
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-16 14:43:05 +02:00

20 lines
275 B
CSS

.mantine-Modal-root {
.mantine-Modal-inner { inset: 0; }
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)
}
}