This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / webapp / features / notes / components / noteCardInline / NoteCardInline.module.css
154 B 9 lines
1.root { 2 @mixin light { 3 background-color: var(--mantine-color-gray-1); 4 } 5 6 @mixin dark { 7 background-color: var(--mantine-color-dark-4); 8 } 9}