` elements being output
## 3.0.0-alpha.11
diff --git a/docs/docs/themes/creating.md b/docs/docs/themes/creating.md
index 618d7bead..a73484182 100644
--- a/docs/docs/themes/creating.md
+++ b/docs/docs/themes/creating.md
@@ -31,8 +31,7 @@ If you're customizing the default dark styles, scope your styles to the followin
```css
.wa-dark,
-.wa-invert,
-:is(:host-context(.wa-dark)) {
+.wa-invert {
/* your custom styles here */
}
```
diff --git a/docs/docs/themes/index.njk b/docs/docs/themes/index.njk
index 9c1753e0e..71331c483 100644
--- a/docs/docs/themes/index.njk
+++ b/docs/docs/themes/index.njk
@@ -1,13 +1,13 @@
---
title: Themes
-description: Themes are collections of design tokens that thread through every Web Awesome component and pattern.
+description: Themes are collections of design tokens that thread through every Web Awesome component and pattern.
Themes play a crucial role in [customizing Web Awesome](/docs/customizing).
layout: overview
override:tags: []
forTag: theme
categories:
+ tags: [other, pro]
other: Free
- pro: Pro
---
@@ -30,7 +30,7 @@ In pre-made themes, we use a light color scheme by default.
Additionally, styles may be scoped to the `:root` selector to be activated automatically.
For pre-made themes, *all* custom properties are scoped to `:root`, the theme class, and `wa-light`.
-Finally, we scope themes to `:host` and `:host-context()` to ensure the styles are applied to the shadow roots of custom elements.
+Finally, we scope themes to `:host` to ensure the styles are applied to the shadow roots of custom elements.
For example, the default theme is set up like this:
@@ -44,8 +44,7 @@ For example, the default theme is set up like this:
}
.wa-dark,
-.wa-invert,
-:host-context(.wa-dark) {
+.wa-invert {
/* subset of CSS custom properties for a dark color scheme */
}
```
diff --git a/docs/docs/tokens/index.njk b/docs/docs/tokens/index.njk
index 74337da3f..578b6524f 100644
--- a/docs/docs/tokens/index.njk
+++ b/docs/docs/tokens/index.njk
@@ -3,4 +3,5 @@ title: Design Tokens
description: A theme is a collection of predefined CSS custom properties that control global styles from color to shadows. These custom properties thread through all Web Awesome components for a consistent look and feel.
layout: overview
override:tags: []
+categories: {tags: true}
---
diff --git a/docs/index.md b/docs/index.md
index aa3d060f5..9ae2e8a82 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,8 +4,6 @@ description: Build better with Web Awesome, the open source library of web compo
layout: page
---
-
-