mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Better accessibility
This commit is contained in:
parent
2dff66136c
commit
066c0a04fd
16 changed files with 146 additions and 183 deletions
|
@ -5,7 +5,6 @@
|
|||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
background: var(--table-background);
|
||||
}
|
||||
|
||||
// Cells
|
||||
|
@ -35,11 +34,7 @@ thead {
|
|||
}
|
||||
}
|
||||
|
||||
// Fine striping
|
||||
// Striping
|
||||
tbody tr:nth-child(odd) {
|
||||
background-color: rgba($grey-50,.02);
|
||||
}
|
||||
thead tr,
|
||||
tbody tr:nth-child(even) {
|
||||
background-color: rgba($grey-900,.02);
|
||||
background-color: var(--table-stripping);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue