diff options
Diffstat (limited to 'treed.css')
-rw-r--r-- | treed.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; |