static: use alternating colors on table
This commit is contained in:
parent
7d9a9264dc
commit
a571010018
|
@ -24,6 +24,15 @@ table {
|
|||
border-spacing: 0pt;
|
||||
}
|
||||
|
||||
|
||||
table tr:nth-child(odd) td {
|
||||
background:#1e1f1a;
|
||||
}
|
||||
|
||||
table tr:nth-child(even) td {
|
||||
background:#171812;
|
||||
}
|
||||
|
||||
#flexbox-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue