diff --git a/uptime-kuma/custom.css b/uptime-kuma/custom.css new file mode 100644 index 0000000..63e273d --- /dev/null +++ b/uptime-kuma/custom.css @@ -0,0 +1,6 @@ +body { + background-image: linear-gradient(to bottom right, #111111, #000000); + background-attachment: fixed; + background-size: cover; + background-position: center; +}