| Index: includes/styleguide/colors/foregrounds.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/colors/foregrounds.md |
| @@ -0,0 +1,17 @@ |
| + |
| +### Foregrounds {: .sg-h3 } |
| + |
| +This block is muted |
| +{: .muted } |
| + |
| +This *word*{: .muted } is muted |
| + |
| +This block is accent color |
| +{: .accent } |
| + |
| +This *word*{: .accent } is accent color |
| + |
| +This block is error color |
| +{: .error } |
| + |
| +This *word*{: .error } is error color |