290cb8949e
- Config per $include aufgeteilt (glance.yml -> pages/home/infrastructure/ops, containers-map zentral) - Neue Widgets: Komodo Stacks, Gitea GitOps, Paperless, Mealie, Scrutiny Disk Health, Wetter, To-do - Neue Seite Ops und Releases (releases-Widget fuer gepinnte Images, RSS, Commit-Log) - Homelab-Status in Tab-Gruppen Core/Apps/Ops, Speedtest-Widget mit ehrlichem Leerzustand - Theme-Presets (Catppuccin, Gruvbox, Light) + custom.css via Assets-Mount - Compose: 5 neue read-only Token-ENVs, Doku in SECRETS_MAP/MASTER_TODO nachgezogen Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
345 B
CSS
18 lines
345 B
CSS
/* KalliLab Feinschliff - bewusst minimal, Theme bleibt in glance.yml */
|
|
|
|
::selection {
|
|
background: hsl(212, 100%, 50%, 0.35);
|
|
}
|
|
|
|
/* Karten leicht abheben beim Hover, ohne Layout-Shift */
|
|
.widget-content {
|
|
transition: opacity 0.15s ease;
|
|
}
|
|
|
|
/* Grosse Zahlen etwas ruhiger setzen */
|
|
.size-h1,
|
|
.size-h2,
|
|
.size-h3 {
|
|
letter-spacing: 0.01em;
|
|
}
|