Fixed backup phrase color

This commit is contained in:
magmahindenburg 2017-06-20 15:06:12 +09:00
commit 6d06f73e10

View file

@ -146,6 +146,10 @@ button.button.button-secondary {
color: #494949 !important;
}
#wallet-backup-phrase .backup-phrase {
color: inherit !important;
}
#wallet-backup-phrase-step-2 .select-word {
color: #FFF !important;
}