File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 238
238
border-top-width : 0 ;
239
239
}
240
240
241
+ /* Let the grid win out for the bottom border
242
+ /*
241
243
.doc table.frame-none > :last-child > :last-child > *,
242
244
.doc table.frame-sides > :last-child > :last-child > * {
243
245
border-bottom-width: 0;
244
246
}
247
+ */
245
248
246
249
.doc table .frame-none > * > tr > : first-child ,
247
250
.doc table .frame-ends > * > tr > : first-child {
257
260
.doc table .stripes-odd > tbody > tr : nth-of-type (odd ),
258
261
.doc table .stripes-even > tbody > tr : nth-of-type (even ),
259
262
.doc table .stripes-hover > tbody > tr : hover {
260
- background : var (--admonition -background );
263
+ background : var (--table-stripe -background );
261
264
}
262
265
263
266
.doc .halign-left {
Original file line number Diff line number Diff line change 113
113
--quote-attribution-font-color : var (--color-gray-30 );
114
114
--sidebar-background : var (--color-smoke-90 );
115
115
--table-border-color : var (--panel-border-color );
116
+ --table-stripe-background : var (--panel-background );
116
117
/* footer */
117
118
--footer-line-height : var (--doc-line-height );
118
119
--footer-background : var (--color-jet-80 );
You can’t perform that action at this time.
0 commit comments