Skip to content

Commit

Permalink
feat: add custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia committed Jul 25, 2024
1 parent 989e92c commit e479bc7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ sites:

status-website:
cname: status.kuzzle.io
logoUrl: https://raw.githubusercontent.com/kuzzleio/status-page/main/assets/kuzzle.svg
favicon: https://kuzzle.io/wp-content/uploads/2020/01/favicon.png
logoUrl: https://status.kuzzle.io/kuzzle.svg
favicon: https://status.kuzzle.io/favicon.png
themeUrl: https://status.kuzzle.io/kuzzle.css
name: Kuzzle Status
navbar:
- title: Status
Expand Down
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions assets/kuzzle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
:root {
--body-background-color: #00181f;
--body-text-color: #f0ffff;
--card-background-color: #002835;
--nav-background-color: #002835;
--nav-border-bottom-color: #193d49;
--nav-current-border-bottom-color: #1abc9c;
--card-border-color: #193d49;
--down-border-left-color: #eb3b5a;
--down-background-color: #6b1020;
--degraded-border-left-color: #f7b731;
--up-border-left-color: #20bf6b;
--tag-color: #002b29;
--tag-up-background-color: #20bf6b;
--tag-down-background-color: #eb3b5a;
--tag-degraded-background-color: #f7b731;
--change-background-color: #f7b731;
--error-button-border-color: #1a46ad;
--error-button-background-color: #3867d6;
--error-button-color: #ffffff;
--submit-button-border-color: #1a46ad;
--submit-button-background-color: #3867d6;
--submit-button-color: #ffffff;
--graph-opacity: 1;
--graph-filter: none;
}

0 comments on commit e479bc7

Please sign in to comment.