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 238238 border-top-width : 0 ;
239239}
240240
241+ /* Let the grid win out for the bottom border
242+ /*
241243.doc table.frame-none > :last-child > :last-child > *,
242244.doc table.frame-sides > :last-child > :last-child > * {
243245 border-bottom-width: 0;
244246}
247+ */
245248
246249.doc table .frame-none > * > tr > : first-child ,
247250.doc table .frame-ends > * > tr > : first-child {
257260.doc table .stripes-odd > tbody > tr : nth-of-type (odd ),
258261.doc table .stripes-even > tbody > tr : nth-of-type (even ),
259262.doc table .stripes-hover > tbody > tr : hover {
260- background : var (--admonition -background );
263+ background : var (--table-stripe -background );
261264}
262265
263266.doc .halign-left {
Original file line number Diff line number Diff line change 113113 --quote-attribution-font-color : var (--color-gray-30 );
114114 --sidebar-background : var (--color-smoke-90 );
115115 --table-border-color : var (--panel-border-color );
116+ --table-stripe-background : var (--panel-background );
116117 /* footer */
117118 --footer-line-height : var (--doc-line-height );
118119 --footer-background : var (--color-jet-80 );
You can’t perform that action at this time.
0 commit comments