diff --git a/src/pages/components/status-symbol.md b/src/pages/components/status-symbol.md
index 3a9e013d..af49c9a2 100644
--- a/src/pages/components/status-symbol.md
+++ b/src/pages/components/status-symbol.md
@@ -36,9 +36,9 @@ Status colors are provided for both light and dark theme versions of Astro in He
:::table-overflow
| | Hex | RGB | CSS | Synonyms | |
|-----------------------------------------------------------------------------------------------------------------------|---------|-------------|-----------------------------------------------|------------------------------------------------|--|
-|

| #ff3838 | 255,56,56 | `--status-symbol-color-fill-critical-on-dark` | Critical, form error, alert, emergency, urgent | |
-| 
| #ffb302 | 255,179,2 | `--status-symbol-color-fill-serious-on-dark` | Serious, error, warning, needs attention | |
-| 
| #fce83a | 252,232,58 | `--status-symbol-color-fill-caution-on-dark` | Caution, unstable, unsatisfactory | |
+| 
| #ff3838 | 255,56,56 | `--status-symbol-color-fill-critical-on-dark` | Critical, alert, form error, emergency, urgent | |
+| 
| #ffb302 | 255,179,2 | `--status-symbol-color-fill-serious-on-dark` | Serious, error, distress, needs attention | |
+| 
| #fce83a | 252,232,58 | `--status-symbol-color-fill-caution-on-dark` | Caution, warning, unstable, unsatisfactory | |
| 
| #56f000 | 86,240,0 | `--status-symbol-color-fill-normal-on-dark` | Normal, on, ok, fine, go, satisfactory | |
| 
| #2dccff | 45,204,255 | `--status-symbol-color-fill-standby-on-dark` | Standby, available, enabled | |
| 
| #a4abb6 | 158,167,173 | `--status-symbol-color-fill-off-on-dark` | Off, unavailable, disabled | |
@@ -49,9 +49,9 @@ Status colors are provided for both light and dark theme versions of Astro in He
:::table-overflow
| | Hex | RGB | CSS | Synonyms | |
|------------------------------------------------------------------------------------------------------------------------|---------|-------------|------------------------------------------------|------------------------------------------------|--|
-| 
| #ff2a04 | 255,42,4 | `--status-symbol-color-fill-critical-on-light` | Critical, form error, alert, emergency, urgent | |
-| 
| #ffaf3d | 255,175,61 | `--status-symbol-color-fill-serious-on-light` | Serious, error, warning, needs attention | |
-| 
| #fad800 | 250,216,0 | `--status-symbol-color-fill-caution-on-light` | Caution, unstable, unsatisfactory | |
+| 
| #ff2a04 | 255,42,4 | `--status-symbol-color-fill-critical-on-light` | Critical, alert, form error, emergency, urgent | |
+| 
| #ffaf3d | 255,175,61 | `--status-symbol-color-fill-serious-on-light` | Serious, error, distress, needs attention | |
+| 
| #fad800 | 250,216,0 | `--status-symbol-color-fill-caution-on-light` | Caution, warning, unstable, unsatisfactory | |
| 
| #00e200 | 0,226,0 | `--status-symbol-color-fill-normal-on-light` | Normal, on, ok, fine, go, satisfactory | |
| 
| #2dccff | 45,204,255 | `--status-symbol-color-fill-standby-on-light` | Standby, available, enabled | |
| 
| #7b8089 | 123,128,137 | `--status-symbol-color-fill-off-on-light` | Off, unavailable, disabled | |
@@ -62,12 +62,12 @@ Status colors are provided for both light and dark theme versions of Astro in He
- In light theme Status Symbols should have a 1px border set to the inside of the symbol.
:::table-overflow
-| | Hex | RGB | CSS | Synonyms | |
-|-------------------------------------------------------------------------------------------------------------------------------|---------|-----------|-----------------------------------------|------------------------------------------|--|
-| 
| #661102 | 102,17,2 | `--status-symbol-color-border-critical` | Critical, alert, emergency, urgent | |
-| 
| #664618 | 102,70,24 | `--status-symbol-color-border-serious` | Serious, error, warning, needs attention | |
-| 
| #645600 | 100,86,0 | `--status-symbol-color-border-caution` | Caution, unstable, unsatisfactory | |
-| 
| #005a00 | 0,90,0 | `--status-symbol-color-border-normal` | Normal, on, ok, fine, go, satisfactory | |
-| 
| #285766 | 40,87,102 | `--status-symbol-color-border-standby` | Standby, available, enabled | |
-| 
| #3c3e42 | 60,62,66 | `--status-symbol-color-border-off` | Off, unavailable, disabled | |
+| | Hex | RGB | CSS | Synonyms | |
+|-------------------------------------------------------------------------------------------------------------------------------|---------|-----------|-----------------------------------------|------------------------------------------------|--|
+| 
| #661102 | 102,17,2 | `--status-symbol-color-border-critical` | Critical, alert, form error, emergency, urgent | |
+| 
| #664618 | 102,70,24 | `--status-symbol-color-border-serious` | Serious, error, distress, needs attention | |
+| 
| #645600 | 100,86,0 | `--status-symbol-color-border-caution` | Caution, warning, unstable, unsatisfactory | |
+| 
| #005a00 | 0,90,0 | `--status-symbol-color-border-normal` | Normal, on, ok, fine, go, satisfactory | |
+| 
| #285766 | 40,87,102 | `--status-symbol-color-border-standby` | Standby, available, enabled | |
+| 
| #3c3e42 | 60,62,66 | `--status-symbol-color-border-off` | Off, unavailable, disabled | |
:::