From 106b14807e15939d9ed7a2e8bb847ea43bf9f8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 3 Aug 2025 17:27:02 +0300 Subject: [PATCH] Add Uptime Kuma theme --- uptime-kuma/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 uptime-kuma/custom.css 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; +}