diff --git a/home.tsx b/home.tsx
index 9485810..9a53184 100644
--- a/home.tsx
+++ b/home.tsx
@@ -47,16 +47,19 @@ async function renderContent(origin: string) {
dprint config update - Automatically updates the plugins in a config file.
dprint config add - Adds one of these plugins via a multi-select prompt.
+ dprint add - Adds one of these plugins via a multi-select prompt.
dprint config add <plugin-name> - Adds a plugin by name.
+ dprint add <plugin-name> - Adds a plugin by name.
dprint config add <gh-org>/<gh-repo> - Adds a plugin by GitHub repo.
+ dprint add <gh-org>/<gh-repo> - Adds a plugin by GitHub repo.
+ Documentation +
); return renderToString(section); diff --git a/style.css b/style.css index 93bffd3..97fe339 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,12 @@ body { "Helvetica Neue", sans-serif; } +a, +a:visited, +a:hover { + color: #fff; +} + h1 { padding: 0; margin: 0;