juancauma commited on
Commit
ef959f8
·
1 Parent(s): b4e985d
Files changed (1) hide show
  1. styles.css +10 -1
styles.css CHANGED
@@ -77,7 +77,7 @@ table th {
77
 
78
  table tr:not(:first-child):nth-child(odd) {
79
  background-color: #27272aef;
80
- color: green !important;
81
  }
82
 
83
  table tr:not(:first-child):nth-child(even) {
@@ -85,6 +85,15 @@ table tr:not(:first-child):nth-child(even) {
85
  color: #CCCCCC !important;
86
  }
87
 
 
 
 
 
 
 
 
 
 
88
  th, td {
89
  padding: 8px;
90
  text-align: center;
 
77
 
78
  table tr:not(:first-child):nth-child(odd) {
79
  background-color: #27272aef;
80
+ color: green !important;
81
  }
82
 
83
  table tr:not(:first-child):nth-child(even) {
 
85
  color: #CCCCCC !important;
86
  }
87
 
88
+ table tr:not(:first-child):nth-child(odd) td {
89
+ color: green !important;
90
+ }
91
+
92
+ table tr:not(:first-child):nth-child(even) td {
93
+ color: #CCCCCC !important;
94
+ }
95
+
96
+
97
  th, td {
98
  padding: 8px;
99
  text-align: center;