16 lines
641 B
Markdown
16 lines
641 B
Markdown
# Uptime Kuma branding — SMK
|
|
|
|
## What's supported
|
|
- Custom theme CSS: Settings → Appearance → Custom CSS (or drop theme in `/app/data/themes/`).
|
|
- Custom logo: replace `config/icon.svg` in the Uptime Kuma data dir.
|
|
|
|
## Assets
|
|
- `smk-kuma.css` — dark SMK theme CSS (paste into Settings → Appearance → Custom CSS).
|
|
- Logo: `../../assets/icon.svg`.
|
|
|
|
## Apply (cosmetic only)
|
|
1. Settings → Appearance → check "Dark" theme, paste `smk-kuma.css` into Custom CSS box → Save.
|
|
2. Replace logo: copy `assets/icon.svg` to Kuma's `config/icon.svg` (or via compose bind mount).
|
|
|
|
No monitors, notifications, or auth configs are touched.
|