SMK Family style & branding kit: logo, palette, typography, per-app playbook

This commit is contained in:
2026-08-15 21:37:48 +00:00
commit 7a31c7ed8d
20 changed files with 475 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/* SMK Family — Uptime Kuma dark theme
Paste into Settings → Appearance → Custom CSS */
:root {
--color-background: #14161B;
--color-card: #232838;
--color-card-hover: #2A3040;
--color-text: #F5F0E6;
--color-text-secondary: #B9B2A6;
--color-border: #333A4A;
--color-primary: #F2A65A;
--color-primary-hover: #E8755D;
--color-success: #A3C585;
--color-danger: #D98A8A;
}
body {
background: var(--color-background) !important;
color: var(--color-text) !important;
}