mirror of
https://github.com/directus/directus.git
synced 2026-01-30 05:38:02 -05:00
Fix tables in docs constrast UX
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user