1
0

Add Uptime Kuma theme

This commit is contained in:
Christer Warén
2025-08-03 17:27:02 +03:00
parent 0481d9e5c7
commit 106b14807e

6
uptime-kuma/custom.css Normal file
View File

@@ -0,0 +1,6 @@
body {
background-image: linear-gradient(to bottom right, #111111, #000000);
background-attachment: fixed;
background-size: cover;
background-position: center;
}