This repository was archived by the owner on May 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed
Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ skipDescriptionUpdate: true
1616
1717# Report on sites
1818sites :
19- - name : TonicPow
19+ - name : TonicPow Website
2020 url : https://tonicpow.com
2121 icon : https://tonicpow.com/favicon-32x32.png
2222 maxResponseTime : 8000
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
4545
4646# Status website configuration
4747status-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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments