An open API service indexing awesome lists of open source software.

https://github.com/dermv/cute-kuma

Cute CSS for Uptime Kuma status page with a simple and modern look
https://github.com/dermv/cute-kuma

uptime-kuma uptime-kuma-css

Last synced: 5 months ago
JSON representation

Cute CSS for Uptime Kuma status page with a simple and modern look

Awesome Lists containing this project

README

          

Cute Kuma


Cute CSS for Uptime Kuma status page with a simple and modern look


Live demo »




Features
·
Install
·
Personalization





Cute Kuma

## 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

1. In your Uptime Kuma dashboard, navigate to status page.
2. Click `Edit Status Page`.
3. Scroll down to `Custom CSS`.
4. Copy the contents of `main.css` and paste it into the `Custom CSS` field.
5. Click `Save` at 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;
}
```