You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/posts/second-post.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A basic blog post example with intro and optional on-page title override
11
11
12
12
## Heading With Class {class="!text-$c-brand-light"}
13
13
14
-
Note that you'll need to include the `!` to override color because this is in a `.prose` block unless you edit the `windicss.config.js` to use `inherit` color override under the `typography`.
14
+
Note that you'll need to include the `!` to override color because this is in a `.prose` block unless you edit the `uno.config.ts` to use `inherit` color override under the `typography`.
15
15
16
16
Notice that the class is `text-$c-brand-light`; `$c-brand-light = var(--c-brand-light)`
0 commit comments