1
0

Add Uptime Kuma theme

This commit is contained in:
Christer Warén
2025-07-26 23:49:41 +03:00
parent 239c1f7954
commit 60f6ca7b8a

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

@@ -0,0 +1,6 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(https://christerwaren.fi/assets/images/galaxy-2643089-low.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
}