Skip to content

Commit

Permalink
legible fonts for identity request
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Jun 20, 2018
1 parent c2d476a commit 632f1d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/prompts/RequestIdentityPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<section class="description">{{locale(langKeys.REQUEST_Identity)[1]}}</section>
<section class="description">{{locale(langKeys.REQUEST_Identity)[2]}}</section>
<section class="description"><b>{{locale(langKeys.REQUEST_Identity)[3]}}</b></section>
</section>

<section v-else>
Expand Down Expand Up @@ -201,10 +200,10 @@
.description {
margin-top:5px;
font-size:9px;
color:#b8b8b8;
font-size:13px;
color:rgba(0,0,0,0.8);
b { color:#707070; }
b { color:#54a7fc; }
}
.partitioned {
Expand Down

0 comments on commit 632f1d8

Please sign in to comment.