diff --git a/cmd/tailscale/cli/web.css b/cmd/tailscale/cli/web.css index 0876c1b3c..fbe4ee11e 100644 --- a/cmd/tailscale/cli/web.css +++ b/cmd/tailscale/cli/web.css @@ -225,6 +225,11 @@ a { background-color: rgba(249, 247, 246, var(--tw-bg-opacity)); } +.bg-orange-0 { + --tw-bg-opacity: 1; + background-color: rgba(255, 250, 238, var(--tw-bg-opacity)); +} + .border-gray-200 { --tw-border-opacity: 1; border-color: rgba(238, 235, 234, var(--tw-border-opacity)); @@ -1119,6 +1124,11 @@ a { color: rgba(35, 34, 34, var(--tw-text-opacity)); } +.text-orange-800 { + --tw-text-opacity: 1; + color: rgba(66, 14, 17, var(--tw-text-opacity)); +} + .leading-3 { line-height: 0.75rem; } diff --git a/cmd/tailscale/cli/web.html b/cmd/tailscale/cli/web.html index 34644cb5d..a52476e5f 100644 --- a/cmd/tailscale/cli/web.html +++ b/cmd/tailscale/cli/web.html @@ -99,10 +99,12 @@ Reauthenticate {{ if .IsSynology }} -
- Outgoing access: - {{ if .TUNMode }} enabled {{ else }} not configured {{ end }} - [docs] +
+ Outgoing access {{ if true }}enabled{{ else }}not configured{{ end }}. + Learn more →
{{ end }} {{ end }}