mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 07:31:13 +10:00
7 lines
174 B
CSS
7 lines
174 B
CSS
.spaceName {
|
|
display: block;
|
|
width: 100%;
|
|
padding: var(--mantine-spacing-sm);
|
|
color: light-dark(var(--mantine-color-black), var(--mantine-color-dark-0));
|
|
}
|