|
@@ -81,7 +81,7 @@
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 10px;
|
|
|
font-size: 14px;
|
|
|
- color: rgba(0, 0, 0, 0.45);
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
}
|
|
|
|
|
|
.table-row {
|
|
@@ -97,7 +97,7 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 13px;
|
|
|
- color: rgba(140, 140, 140, 1)
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
}
|
|
|
|
|
|
.table-row span:nth-of-type(1) {
|