mirror of
https://github.com/dergigi/boris.git
synced 2025-12-31 21:44:26 +01:00
fix(bookmarks): ensure section heading styles override with important
This commit is contained in:
@@ -7,8 +7,20 @@
|
||||
.bookmark-content { color: var(--color-text); margin: 0.5rem 0; line-height: 1.4; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }
|
||||
.bookmark-meta { color: var(--color-text-secondary); font-size: 0.9rem; margin-top: 0.5rem; }
|
||||
|
||||
.bookmarks-section-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-text-muted); padding: 1.5rem 0.5rem 0.75rem; margin: 0; border-top: 1px solid var(--color-border); }
|
||||
.bookmarks-section-title:first-child { border-top: none; padding-top: 0.5rem; }
|
||||
.bookmarks-section-title {
|
||||
font-size: 0.75rem !important;
|
||||
font-weight: 700 !important;
|
||||
text-transform: uppercase !important;
|
||||
letter-spacing: 0.05em !important;
|
||||
color: var(--color-text-muted) !important;
|
||||
padding: 1.5rem 0.5rem 0.75rem !important;
|
||||
margin: 0 !important;
|
||||
border-top: 1px solid var(--color-border);
|
||||
}
|
||||
.bookmarks-section:first-of-type .bookmarks-section-title {
|
||||
border-top: none;
|
||||
padding-top: 0.5rem !important;
|
||||
}
|
||||
|
||||
.individual-bookmarks { margin: 1rem 0; }
|
||||
.individual-bookmarks h4 { margin: 0 0 1rem 0; font-size: 1rem; color: var(--color-text); }
|
||||
|
||||
Reference in New Issue
Block a user