From 60f6ca7b8a91779cb5189d72809c3dad81ce35d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 26 Jul 2025 23:49:41 +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..b2b83d3 --- /dev/null +++ b/uptime-kuma/custom.css @@ -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; +}