Skip to content

Commit 9e39fa9

Browse files
committed
feat(statuspage): initial statuspage custom colors
1 parent b7c22dc commit 9e39fa9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

statuspage/colors.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# StatusPage Colors
2+
3+
These are the colors used on the colors customisation page for the Node.js status page.
4+
5+
| Name | Value | Variable | Preview |
6+
|------------------|---------|----------|---------------------------------------------------|
7+
| Body background | #f5f6f7 | $gray0 | ![](http://singlecolorimage.com/get/f5f6f7/32x32) |
8+
| Font color | #2d3438 | $gray9 | ![](http://singlecolorimage.com/get/2d3438/32x32) |
9+
| Light font color | #b0bcc1 | $gray4 | ![](http://singlecolorimage.com/get/b0bcc1/32x32) |
10+
| Greens | #5fa04d | $green4 | ![](http://singlecolorimage.com/get/5fa04d/32x32) |
11+
| Yellows | #fad8af | $orange1 | ![](http://singlecolorimage.com/get/fad8af/32x32) |
12+
| Oranges | #e89c3f | $orange3 | ![](http://singlecolorimage.com/get/e89c3f/32x32) |
13+
| Reds | #f55353 | $red4 | ![](http://singlecolorimage.com/get/f55353/32x32) |
14+
| Blues | #229ad6 | $blue4 | ![](http://singlecolorimage.com/get/229ad6/32x32) |
15+
| Link color | #229ad6 | $blue4 | ![](http://singlecolorimage.com/get/229ad6/32x32) |
16+
| Border color | #eaedef | $gray1 | ![](http://singlecolorimage.com/get/eaedef/32x32) |
17+
| Graph color | #229ad6 | $blue4 | ![](http://singlecolorimage.com/get/229ad6/32x32) |

0 commit comments

Comments
 (0)