summaryrefslogtreecommitdiff
path: root/treed.css
diff options
context:
space:
mode:
authordzwdz2025-02-10 17:20:49 +0100
committerdzwdz2025-02-10 17:20:49 +0100
commit6f155f27997a4ef9c9f40edf3baff73b5ba34e5b (patch)
tree3ca74fdb19d55aee29fec63346b0a0cefe0842e5 /treed.css
parentabf0a2ef258a4fc8fc2a47abb4f8fb6e70f50151 (diff)
sticky acct header
Diffstat (limited to 'treed.css')
-rw-r--r--treed.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/treed.css b/treed.css
index b7dbc09..8ff6202 100644
--- a/treed.css
+++ b/treed.css
@@ -32,11 +32,10 @@ body {
display: flex;
align-items: center;
- /* TODO
- background: #fff;
+ background: var(--background2);
position: sticky;
top: 0;
- */
+
border-bottom: 1px solid var(--border-color);
margin-bottom: -1px;