Skip to content

Commit ea5fbb6

Browse files
brannnclaude
andcommitted
Add middot separator after Contents label in TOC
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b8356ac commit ea5fbb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/cmd/server/static/css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,11 @@ textarea::placeholder { color: rgba(255, 255, 255, 0.3); }
14711471
font-weight: 600;
14721472
color: var(--accent-orange);
14731473
}
1474+
.spec-toc strong::after {
1475+
content: " \00b7 ";
1476+
color: var(--text-secondary);
1477+
font-weight: 400;
1478+
}
14741479

14751480
.spec-toc ul {
14761481
list-style: none;

0 commit comments

Comments
 (0)