specsync 4.2.1

Bidirectional spec-to-code validation with schema column checking — 11 languages, single binary
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Rust-themed accent overrides for mdBook coal theme */

:root {
    --links: #e87d2f;
    --sidebar-active: #e87d2f;
}

/* Sidebar active link accent */
.sidebar .chapter li.chapter-item a.active {
    color: #e87d2f;
    border-left-color: #e87d2f;
}

/* Link hover */
.content a:hover {
    color: #f0943f;
}