mirror of
https://github.com/dermv/cute-kuma.git
synced 2025-12-17 15:36:51 +00:00
1.6 KiB
1.6 KiB
Cute Kuma
Cute CSS for Uptime Kuma status page with a simple and modern look
Live demo »
Features
·
Installation
·
Personalization
Features
- Simple and modern design, inspired by the pages of major monitoring services.
- Light and dark themes support.
- Removed the refresh timer (easily restored if needed).
- Clean and understandable code, easily customizable to fit your needs.
Installation
- In your Uptime Kuma dashboard, navigate to status page.
- Click
Edit Status Page. - Scroll down to
Custom CSS. - Copy the contents of
main.cssand paste it into the Custom CSS field. - Click
Saveat the bottom.
Personalization
You can modify the values inside :root {} to fit your needs.
By default, the refresh timer is removed. To restore it, simply comment display: none; in .refresh-info as shown here:
.refresh-info {
/* display: none; */
opacity: 1 !important;
color: var(--secondary-color);
}
