Add landing page for kjol, documentation

This commit is contained in:
2026-07-13 16:51:21 -04:00
parent 5230bd6702
commit fec8ef4a3e
54 changed files with 3529 additions and 547 deletions

View File

@@ -17,12 +17,12 @@ const (
const alertBase = "p-4 rounded-default shadow-xs border"
var alertColors = map[string]string{
"white": "bg-white border-neutral-100",
"gray": "bg-neutral-50 border-neutral-200",
"blue": "bg-sky-50 border-sky-200",
"green": "bg-green-50 border-green-200",
"red": "bg-red-50 border-red-200",
"yellow": "bg-yellow-50 border-yellow-200",
"white": "bg-surface border-line",
"gray": "bg-surface-muted border-line",
"blue": "bg-sky-50 dark:bg-sky-950 border-sky-200 dark:border-sky-900",
"green": "bg-green-50 dark:bg-green-950 border-green-200 dark:border-green-900",
"red": "bg-red-50 dark:bg-red-950 border-red-200 dark:border-red-900",
"yellow": "bg-yellow-50 dark:bg-yellow-950 border-yellow-200 dark:border-yellow-900",
}
// Alert renders a colored callout. header is optional (rendered as a bold title