Cute CSS for Uptime Kuma status page with a simple and modern look Live demo » Features · Install · Personalization
Edit Status Page
Custom CSS
main.css
Save
You can modify the values inside :root {} to fit your needs.
:root {}
By default, the refresh timer is removed. To restore it, simply comment display: none; in .refresh-info as shown here:
display: none;
.refresh-info
.refresh-info { /* display: none; */ opacity: 1 !important; color: var(--secondary-color); }