From 8fa4d1a5c86d9ca035e86c22fe75dcf64f95d451 Mon Sep 17 00:00:00 2001 From: Adam0 Date: Fri, 14 Aug 2026 13:09:55 +0000 Subject: [PATCH] Use Tangled branding for Knot and Spindle --- assets/user.css | 11 +++++++---- config/home.yml | 4 ++-- assets/icons/dolly.svg | 21 +++++++++++++++++++++ assets/icons/knot.svg | 1 - assets/icons/spindle.svg | 1 - assets/icons/status/square-check.svg | 1 + 6 file(s) changed, 31 insertion(s)(+), 8 deletion(s)(-) diff --git a/assets/user.css b/assets/user.css --- a/assets/user.css +++ b/assets/user.css @@ -26,10 +26,10 @@ display: block; width: 2rem; height: 2rem; - background: var(--color-positive); + background: hsl(34, 95%, 55%); content: ""; - mask: url("/assets/icons/status/check.svg") center / contain no-repeat; - -webkit-mask: url("/assets/icons/status/check.svg") center / contain no-repeat; + mask: url("/assets/icons/status/square-check.svg") center / contain no-repeat; + -webkit-mask: url("/assets/icons/status/square-check.svg") center / contain no-repeat; } .server-spicy-cpu-icon { @@ -85,13 +85,16 @@ [href^="https://knot."], [href^="https://spindle."], [href^="https://atcr-hold."], - [href^="https://atcr-versity."], [href^="https://ncps."] ) ) { --access-icon: url("/assets/icons/status/warning.svg"); --access-color: hsl(34, 95%, 55%); --access-tooltip: "Ask for invite."; +} + +.monitor-site:has(a[href^="https://atcr-versity."]) { + --access-tooltip: "Requires Hold access."; } .monitor-site { diff --git a/config/home.yml b/config/home.yml --- a/config/home.yml +++ b/config/home.yml @@ -81,10 +81,10 @@ icon: /assets/icons/atproto.svg - title: Knot url: https://knot.${GROUND_DOMAIN} - icon: /assets/icons/knot.svg + icon: /assets/icons/dolly.svg - title: Spindle url: https://spindle.${GROUND_DOMAIN} - icon: /assets/icons/spindle.svg + icon: /assets/icons/dolly.svg - title: Hold url: https://atcr-hold.${GROUND_DOMAIN} icon: /assets/icons/atcr.svg diff --git a/assets/icons/dolly.svg b/assets/icons/dolly.svg new file mode 100644 --- /dev/null +++ b/assets/icons/dolly.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/assets/icons/knot.svg b/assets/icons/knot.svg deleted file mode 100644 --- a/assets/icons/knot.svg +++ /dev/null @@ -1,1 +0,0 @@ - diff --git a/assets/icons/spindle.svg b/assets/icons/spindle.svg deleted file mode 100644 --- a/assets/icons/spindle.svg +++ /dev/null @@ -1,1 +0,0 @@ - diff --git a/assets/icons/status/square-check.svg b/assets/icons/status/square-check.svg new file mode 100644 --- /dev/null +++ b/assets/icons/status/square-check.svg @@ -0,0 +1,1 @@ + \ No newline at end of file -- tangled.sh