From 107be821ff86dfdda64297ea0cf979a5715d5a9c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 26 Mar 2026 12:46:00 -0400 Subject: [PATCH] Update homepage commands --- home.tsx | 9 ++++++--- style.css | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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;