Skip to content

Commit 6af9e01

Browse files
authored
Improve contrast of bit-descrs borders (#531)
Align the borders' colour with the header's. High-contrast borders are important here, since those tables have a lot of `colspan`s, and their primary purpose is to describe *layout*.
1 parent 27dc982 commit 6af9e01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ mfrac msup :not(:first-child) {
177177
text-align: center;
178178
}
179179

180+
/* Improve contrast on bit-descrs borders */
181+
.bit-descrs {
182+
--table-border-color: var(--table-header-bg);
183+
}
184+
180185
p, .table-wrapper {
181186
margin-block-start: 1em;
182187
margin-block-end: 1em;

0 commit comments

Comments
 (0)