From 89ce0578b848e8c4635c8a2a2fb9e19284bb74f7 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 20 Apr 2026 22:02:31 +0200 Subject: [PATCH] border around placeholder pfp to make it visible independent of accent color --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 76839833..e2da1cc5 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1567,7 +1567,7 @@ html.y #ops svg circle { border-radius: .3em; justify-content: center; display: flex; - text-shadow: none; + text-shadow: 1px 1px 0 var(--bg), 1px -1px 0 var(--bg), -1px -1px 0 var(--bg), -1px 1px 0 var(--bg); } .opbox { padding: .5em;