1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 16:14:34 +02:00

Add code back in and build

This commit is contained in:
Kognise
2019-08-26 13:34:17 -04:00
parent 200b828321
commit 69705aae8b
25 changed files with 53 additions and 37 deletions

View File

@@ -20,10 +20,14 @@ th {
text-align: left;
}
th {
thead {
border-bottom: 1px solid var(--border);
}
tfoot {
border-top: 1px solid var(--border);
}
tbody tr:nth-child(even) {
background-color: var(--background-alt);
}