We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddde9fa commit 2005bc2Copy full SHA for 2005bc2
src/components/Table/DisplayTable.css
@@ -22,7 +22,8 @@ thead button {
22
padding: 1rem 2rem;
23
text-align: left;
24
margin-bottom: 1px;
25
- color: #1A1053;
+ background-color: #1A1053;
26
+ color: #fff;
27
28
/* margin: 1rem; */
29
transition: all .4s;
@@ -48,7 +49,7 @@ thead button.descending::after {
48
49
50
tbody td {
51
padding: 1rem;
- color: #817C9B;
52
+ color: #1A1053;
53
/* border-radius: 2rem; */
54
55
margin-top: 5rem;
@@ -70,4 +71,12 @@ tbody tr:hover {
70
71
72
tbody tr:hover td {
73
color: #fff;
74
+}
75
+
76
+tbody tr:nth-child(even) {
77
+ background: rgba(235, 235, 235, 0.541);
78
79
80
+tbody tr:nth-child(even):hover {
81
82
}
0 commit comments