From 66b40af965db7dabb133ac000a2f8d61b211e11d Mon Sep 17 00:00:00 2001 From: Chris Pressland Date: Tue, 24 Sep 2024 16:08:16 +0100 Subject: [PATCH] Attempt at Catppuccin'ing Status Page --- .upptimerc.yml | 10 ++++++---- assets/catppuccin.css | 7 +++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 assets/catppuccin.css diff --git a/.upptimerc.yml b/.upptimerc.yml index 3a81162dc..1469dcf8f 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -1,6 +1,5 @@ -# Change these first -owner: binkhq # Your GitHub organization or username, where this repository lives -repo: upptime # The name of this repository +owner: binkhq +repo: upptime sites: - name: Website @@ -8,12 +7,15 @@ sites: - name: API url: https://api.bink.com/ping +assignees: + - cpressland + status-website: cname: status.bink.com logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg name: Upptime introTitle: "Bink Status" - introMessage: "Status of all Bink live services" + themeUrl: https://status.bink.com/catppuccin.css navbar: - title: Status href: / diff --git a/assets/catppuccin.css b/assets/catppuccin.css new file mode 100644 index 000000000..840e9911b --- /dev/null +++ b/assets/catppuccin.css @@ -0,0 +1,7 @@ +:root { + --body-background-color: #1e1e2e; + --body-text-color: #cdd6f4; + --card-background-color: #f5c2e7; + --nav-background-color: #181825; + --nav-border-bottom-color: #f5c2e7; +}