mirror of
https://github.com/dermv/cute-kuma.git
synced 2025-12-17 15:36:51 +00:00
1.5 KiB
1.5 KiB
Cute Kuma
Cute CSS for Uptime Kuma status page with a simple and modern look
Live demo »
Features
·
Install
·
Personalization
Features
- Modern design: Inspired by top monitoring services
- Light and dark themes
- No refresh timer: Removed by default (optional restoration)
- Clean code: Easy to customize and extend
Install
- 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 theCustom CSSfield. - Click
Saveat the bottom.
Personalization
You can modify the values inside :root {} to fit your needs.
By default, the refresh timer is removed. Remove/comment display: none; in .refresh-info to restore visibility as shown here:
.refresh-info[data-v-b8247e57] {
/* display: none; */
opacity: 1;
margin-bottom: 0 !important;
}
