consistent hover effect in tables

This commit is contained in:
proddy
2024-10-14 00:06:08 +01:00
parent 079cae767c
commit 6964620bd4
4 changed files with 4 additions and 26 deletions

View File

@@ -190,10 +190,7 @@ const Customizations = () => {
}
&:hover .td {
border-top: 1px solid #177ac9;
border-bottom: 1px solid #177ac9;
}
&:nth-of-type(odd) .td {
background-color: #303030;
background-color: #177ac9;
}
`,
Cell: `