Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 442e9f8

Browse files
committed
Custom theme
1 parent 7053993 commit 442e9f8

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

.upptimerc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ skipDescriptionUpdate: true
1616

1717
# Report on sites
1818
sites:
19-
- name: TonicPow
19+
- name: TonicPow Website
2020
url: https://tonicpow.com
2121
icon: https://tonicpow.com/favicon-32x32.png
2222
maxResponseTime: 8000
@@ -28,7 +28,7 @@ sites:
2828
maxResponseTime: 4000
2929
expectedStatusCodes:
3030
- 200
31-
- name: Tpow Link Service
31+
- name: TonicPow Short-Link Service
3232
url: https://tpow.app
3333
icon: https://tonicpow.com/favicon-32x32.png
3434
maxResponseTime: 8000
@@ -45,7 +45,8 @@ sites:
4545

4646
# Status website configuration
4747
status-website:
48-
theme: dark
48+
# theme: dark
49+
themeUrl: https://status.tonicpow.com/custom-theme.css
4950
cname: status.tonicpow.com
5051
favicon: https://tonicpow.com/favicon-32x32.png
5152
logoUrl: https://tonicpow.com/images/tp_logo.svg

assets/custom-theme.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
:root {
2+
--body-background-color: #001716;
3+
--body-text-color: #f0ffff;
4+
--card-background-color: #002b29;
5+
--nav-background-color: #002b29;
6+
--nav-border-bottom-color: #015450;
7+
--nav-current-border-bottom-color: #1abc9c;
8+
--card-border-color: #015450;
9+
--down-border-left-color: #eb3b5a;
10+
--down-background-color: #6b1020;
11+
--degraded-border-left-color: #f7b731;
12+
--up-border-left-color: #20bf6b;
13+
--tag-color: #002b29;
14+
--tag-up-background-color: #20bf6b;
15+
--tag-down-background-color: #eb3b5a;
16+
--tag-degraded-background-color: #f7b731;
17+
--change-background-color: #f7b731;
18+
--error-button-border-color: #1a46ad;
19+
--error-button-background-color: #3867d6;
20+
--error-button-color: #ffffff;
21+
--submit-button-border-color: #1a46ad;
22+
--submit-button-background-color: #3867d6;
23+
--submit-button-color: #ffffff;
24+
--graph-opacity: 1;
25+
--graph-filter: none;
26+
}

0 commit comments

Comments
 (0)