mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-14 01:18:15 -05:00
19 lines
452 B
CSS
19 lines
452 B
CSS
@import 'tailwindcss';
|
|
@import 'fumadocs-ui/css/neutral.css';
|
|
@import 'fumadocs-ui/css/preset.css';
|
|
:root {
|
|
--color-fd-primary: #802FFF; /* Purple from control-bar component */
|
|
}
|
|
|
|
/* Custom text highlighting styles */
|
|
.text-highlight {
|
|
color: var(--color-fd-primary);
|
|
}
|
|
|
|
/* Override marker color for highlighted lists */
|
|
.highlight-markers li::marker {
|
|
color: var(--color-fd-primary);
|
|
}
|
|
|
|
@source '../node_modules/fumadocs-ui/dist/**/*.js';
|