diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 09:30:16 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 09:30:16 -0800 |
| commit | 22eacbaf2712aee2a1c448a0e53f241f8c7bd255 (patch) | |
| tree | 29d5f20166c378e082216346043585cb3a0cc74c /frontend/src/components/FeedItems.css | |
| parent | 08032aab10f0e1429d25ecae1acf6c40d63e9ff4 (diff) | |
| download | neko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.tar.gz neko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.tar.bz2 neko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.zip | |
ui: simplify themes to light/dark and improve theme-aware styling (fixing NK-dp5efo)
Diffstat (limited to 'frontend/src/components/FeedItems.css')
| -rw-r--r-- | frontend/src/components/FeedItems.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/FeedItems.css b/frontend/src/components/FeedItems.css index 02323a9..7154ac2 100644 --- a/frontend/src/components/FeedItems.css +++ b/frontend/src/components/FeedItems.css @@ -5,7 +5,7 @@ .feed-items h2 { margin-top: 0; - border-bottom: 2px solid #eee; + border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem; } |
