8 lines
196 B
CSS
8 lines
196 B
CSS
#b-issue-list > details > ul {
|
|
/* Make issue titles bold */
|
|
& > li > details > summary > th-bc,
|
|
& > li > div > th-bc {
|
|
font-weight: 600;
|
|
--recursive-wght: 600;
|
|
}
|
|
}
|