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 c541527 commit 43d217aCopy full SHA for 43d217a
1 file changed
assets/css/page-widgets/content-activity.css
@@ -3,6 +3,7 @@
3
table {
4
width: 100%;
5
margin-bottom: 1em;
6
+ border-spacing: 6px 0;
7
}
8
9
th,
@@ -19,15 +20,24 @@
19
20
text-align: start;
21
22
- tbody th {
23
- font-weight: 400;
+ tbody {
24
+
25
+ th {
26
+ font-weight: 400;
27
+ }
28
29
+ tr {
30
31
+ &:nth-child(odd) {
32
+ background-color: #f9fafb;
33
34
35
36
37
thead {
38
39
40
td {
- border-bottom: 1px solid var(--prpl-color-gray-3);
41
42
43
@@ -36,15 +46,11 @@
46
47
48
- border-top: 1px solid var(--prpl-color-gray-3);
49
50
+ border-top: 1px solid var(--prpl-color-gray-2);
51
52
53
44
- tr:nth-child(even) {
45
- background-color: #f9fafb;
- }
-
54
tr:last-child td {
55
border-bottom: none;
56
0 commit comments