refactor: make section dividers more subtle

Changed border color from var(--color-border) to rgba(255, 255, 255, 0.05)
for a much more subtle dividing line between bookmark sections.
This commit is contained in:
Gigi
2025-10-15 16:20:35 +02:00
parent 5f3e6335c1
commit 0964f25f97

View File

@@ -15,7 +15,7 @@
color: var(--color-text-muted) !important;
padding: 1.5rem 0.5rem 0.375rem !important;
margin: 0 !important;
border-top: 1px solid var(--color-border);
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.bookmarks-section:first-of-type .bookmarks-section-title {
border-top: none;