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. Remove/comment display: none; in .refresh-info to restore visibility as shown here:
display: none;
.refresh-info
.refresh-info[data-v-b8247e57] { /* display: none; */ opacity: 1; margin-bottom: 0 !important; }