1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-30 08:20:39 +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

9
dist/light.css vendored
View File

@@ -1,5 +1,3 @@
<<<<<<< HEAD
=======
/**
* Light-themed version:
* uses light theme by default but switches to dark theme
@@ -453,10 +451,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);
}
@@ -488,4 +490,3 @@ tbody tr:nth-child(even) {
background-color: var(--selection);
}
/*# sourceMappingURL=light.css.map */
>>>>>>> master