add neutral color palette

This commit is contained in:
Cory LaViska
2021-08-06 08:32:46 -04:00
parent 04a2d45334
commit 9dbee4c686
46 changed files with 265 additions and 258 deletions

View File

@@ -6,6 +6,8 @@ The default theme is included as part of `themes/base.css` and should always be
## Dark Mode
The dark theme uses an "inverted" color scale, so if you're using design tokens correctly, you'll get a decent dark mode for free.
To install the dark theme, add the following to the `<head>` section of your app.
```html