diff --git a/.changeset/stale-dodos-chew.md b/.changeset/stale-dodos-chew.md new file mode 100644 index 0000000..4a52517 --- /dev/null +++ b/.changeset/stale-dodos-chew.md @@ -0,0 +1,5 @@ +--- +"water.css": patch +--- + +Better button color inside table. diff --git a/src/parts/_misc.css b/src/parts/_misc.css index aa01272..04d9a02 100644 --- a/src/parts/_misc.css +++ b/src/parts/_misc.css @@ -37,9 +37,17 @@ tfoot { } tbody tr:nth-child(even) { + background-color: var(--background); +} + +tbody tr:nth-child(even) button { background-color: var(--background-alt); } +tbody tr:nth-child(even) button:hover { + background-color: var(--background-body); +} + ::-webkit-scrollbar { height: 10px; width: 10px;