Skip to content

Commit a6a1aa4

Browse files
committed
fix toc to be same column color
1 parent 94298ed commit a6a1aa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code-guide.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ pre code {
181181
}
182182
}
183183

184+
/* Make the ToC a whole section */
185+
.toc .col + .col {
186+
background-color: #fff;
187+
}
188+
184189

185190
/*
186191
* Masthead

0 commit comments

Comments
 (0)