more styling

This commit is contained in:
metacryst
2026-03-06 08:08:27 -06:00
parent f51045c5e5
commit fc81da9743

View File

@@ -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
}