Skip to content

Commit 798a87f

Browse files
kylemclarenclaude
andcommitted
Make header separator lighter in dark mode
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b5c4e0a commit 798a87f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@ header.header {
505505
border-bottom-color: var(--sl-color-hairline);
506506
}
507507

508+
/* Lighter separator between social icons and theme select in dark mode */
509+
[data-theme='dark'] header.header .social-icons::after {
510+
border-color: rgba(255, 255, 255, 0.2);
511+
}
512+
508513
/* Remove borders between sections (except header) */
509514
.sidebar-pane {
510515
border-inline-end: none;

0 commit comments

Comments
 (0)