mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-19 03:01:10 +10:00
Table of Contents Component
MVP table of contents. Will add a component menu with style choices soon.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
.divider {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.heading {
|
||||
:hover {
|
||||
background-color: var(--mantine-color-default-hover);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user