forked from dbroqua/MusicTopus
Updated statistics
This commit is contained in:
parent
bf2e9be3b7
commit
061e72c459
4 changed files with 118 additions and 72 deletions
23
sass/table.scss
Normal file
23
sass/table.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
table {
|
||||
th,
|
||||
td {
|
||||
padding: 0.75rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
thead {
|
||||
tr {
|
||||
border-bottom: 2px solid var(--font-color);
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
background-color: var(--default-color);
|
||||
|
||||
&:nth-child(2n) {
|
||||
background-color: var(--bg-alternate-color);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue