At ornatus splendide sed.
.Library dependencies
-[#dependencies%autowidth]
+[#dependencies%autowidth,stripes=hover]
|===
|Library |Version
border-bottom: 1px solid var(--table-border-color);
}
+.doc table.stripes-all > tbody > tr,
+.doc table.stripes-odd > tbody > tr:nth-of-type(odd),
+.doc table.stripes-even > tbody > tr:nth-of-type(even),
+.doc table.stripes-hover > tbody > tr:hover {
+ background: var(--table-stripe-background);
+}
+
.doc .tableblock p {
font-size: inherit;
}
--quote-attribution-font-color: var(--color-gray-30);
--sidebar-background: var(--color-smoke-90);
--table-border-color: var(--panel-border-color);
+ --table-stripe-background: var(--panel-background);
/* footer */
--footer-line-height: var(--doc-line-height);
--footer-background: var(--color-smoke-90);