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
feat(theme): containers: add the success custom block
This adds a custom block with the `success` keyword, which is a green
container.
The colours for this container already exist in vars.css
(--vp-c-success*), which, before this commit, is completely unused
outside of generating a diff.
For example, this can be used for messages such as:
```
::: success
You have completed the walkthrough!
:::
```
Signed-off-by: Han Sol Jin <[email protected]>
0 commit comments