branch permalinks still use /b, but /b?abc now acts as a redirect rather than doing annoying JavaScript garbage I changed the branch element ID format to accomodate this---now the IDs are of form `b-{id}` rather than `{tree_path}:{id}`. the old way was stupid anyways. I hope nothing breaks too majorly because of this.
7 lines
170 B
CSS
7 lines
170 B
CSS
#b-issue-list > details > ul {
|
|
/* Make issue titles bold */
|
|
& > li > details > summary > th-bc,
|
|
& > li > div > th-bc {
|
|
--recursive-wght: 600;
|
|
}
|
|
}
|