Fix tables in docs constrast UX

This commit is contained in:
e01
2020-10-17 13:44:52 +03:00
parent d3de6a5ae9
commit 81dc11ceb3

View File

@@ -338,10 +338,14 @@ export default defineComponent({
table tr {
margin: 0;
padding: 0;
background-color: white;
background-color: var(--background-normal);
border-top: 1px solid var(--background-normal);
}
table thead tr {
background-color: var(--background-normal-alt);
}
table tr:nth-child(2n) {
background-color: var(--background-page);
}