improvement: metadata and docs

This commit is contained in:
Emir Karabeg
2025-04-28 03:19:47 -07:00
parent 22036b0b02
commit 24859ded1a
9 changed files with 97 additions and 41 deletions

View File

@@ -2,6 +2,17 @@
@import 'fumadocs-ui/css/neutral.css';
@import 'fumadocs-ui/css/preset.css';
:root {
--color-fd-primary: #8b5cf6; /* or your desired purple hue */
--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';