Skip to content

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

Notifications You must be signed in to change notification settings

dermv/cute-kuma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cute Kuma

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

Features · Installation · Personalization

Cute Kuma

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

  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. To restore it, simply comment display: none; in .refresh-info as shown here:

.refresh-info {
  /* display: none; */
  opacity: 1 !important;
  color: var(--secondary-color);
}

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages