Commit f1d5f822 authored by LianaHus's avatar LianaHus

text-info instead of text-primary for terminal tx info. primary is not

always visible on different themes
parent cca207fe
...@@ -24,7 +24,7 @@ var css = csjs` ...@@ -24,7 +24,7 @@ var css = csjs`
opacity: 0.8; opacity: 0.8;
} }
.arrow { .arrow {
color: var(--primary); color: var(--text-info);
font-size: 20px; font-size: 20px;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
...@@ -57,12 +57,12 @@ var css = csjs` ...@@ -57,12 +57,12 @@ var css = csjs`
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: var(--primary); color: var(--text-info);
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
} }
.txItem { .txItem {
color: var(--primary); color: var(--text-info);
margin-right: 5px; margin-right: 5px;
float: left; float: left;
} }
...@@ -70,7 +70,7 @@ var css = csjs` ...@@ -70,7 +70,7 @@ var css = csjs`
font-weight: bold; font-weight: bold;
} }
.tx { .tx {
color: var(--primary); color: var(--text-info);
font-weight: bold; font-weight: bold;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
...@@ -80,8 +80,8 @@ var css = csjs` ...@@ -80,8 +80,8 @@ var css = csjs`
.td { .td {
border-collapse: collapse; border-collapse: collapse;
font-size: 10px; font-size: 10px;
color: var(--primary); color: var(--text-info);
border: 1px solid var(--primary); border: 1px solid var(--text-info);
} }
#txTable { #txTable {
margin-top: 1%; margin-top: 1%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment