mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-28 01:53:43 +01:00
light zebra striping for tables
This commit is contained in:
parent
9e1d6d7490
commit
f1ae872857
|
|
@ -342,6 +342,10 @@ table.colwidths-auto tr td:nth-child(3) {
|
|||
width: 70%;
|
||||
}
|
||||
|
||||
table.colwidths-auto tr:nth-child(even) {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
/* -- other body styles ----------------------------------------------------- */
|
||||
|
||||
ol.arabic {
|
||||
|
|
|
|||
Loading…
Reference in a new issue