From fc81da9743cd82843fe56c518cf3585f5e69c089 Mon Sep 17 00:00:00 2001 From: metacryst Date: Fri, 6 Mar 2026 08:08:27 -0600 Subject: [PATCH] more styling --- ui/desktop/apps/People/People.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/desktop/apps/People/People.js b/ui/desktop/apps/People/People.js index 4cd4593..aadbaa0 100644 --- a/ui/desktop/apps/People/People.js +++ b/ui/desktop/apps/People/People.js @@ -102,7 +102,9 @@ class People extends Shadow { input.gridjs-input { background-color: var(--window); color: var(--accent); - border: 1px solid rgb(69 53 53); + border: none; + border-bottom: 1px solid rgb(69 53 53); + border-radius: 0; margin-left: 8em }