Files
docmost-ryan/apps/client/src/features/editor/components/table-of-contents/table-of-contents.module.css
Ryan Palmer 1f153dfd55 Table of Contents Component
MVP table of contents. Will add a component menu with style choices soon.
2024-09-03 09:16:12 +10:00

9 lines
124 B
CSS

.divider {
flex: 1 0 0;
}
.heading {
:hover {
background-color: var(--mantine-color-default-hover);
}
}