mirror of
https://github.com/dergigi/boris.git
synced 2026-01-08 17:34:52 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user