diff --git a/publicsite/index.html b/publicsite/index.html index 6a315999..5baebc5f 100644 --- a/publicsite/index.html +++ b/publicsite/index.html @@ -111,12 +111,12 @@
- CLI - Web UI - REST API - Webhooks - Browser extension - Filesystem access + CLI + Web UI + REST API + Webhooks + Browser extension + Filesystem access
diff --git a/publicsite/styles.css b/publicsite/styles.css index 90086184..8a140d43 100644 --- a/publicsite/styles.css +++ b/publicsite/styles.css @@ -449,7 +449,7 @@ h3 { border-radius: var(--radius); } -.trust-strip span { +.trust-strip a { display: inline-flex; min-height: 34px; align-items: center; @@ -461,6 +461,12 @@ h3 { font-weight: 720; } +.trust-strip a:hover { + color: var(--text); + text-decoration: none; + background: hsl(var(--background)); +} + .split { display: grid; grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1fr);