Skip to content

Commit

Permalink
Attempt at Catppuccin'ing Status Page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressland committed Sep 24, 2024
1 parent 14f18c3 commit 66b40af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# 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
url: https://www.bink.com/
- 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: /
Expand Down
7 changes: 7 additions & 0 deletions assets/catppuccin.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 66b40af

Please sign in to comment.