diff --git a/src/popup/app/vault/views/vaultViewSite.html b/src/popup/app/vault/views/vaultViewSite.html index 8696559c40..2c7ecf4a9d 100644 --- a/src/popup/app/vault/views/vaultViewSite.html +++ b/src/popup/app/vault/views/vaultViewSite.html @@ -40,7 +40,7 @@ - + Password {{site.maskedPassword}} diff --git a/src/popup/less/plugins.less b/src/popup/less/plugins.less index f2a81a9676..e7ea270db0 100644 --- a/src/popup/less/plugins.less +++ b/src/popup/less/plugins.less @@ -91,11 +91,15 @@ p { color: @text-color; font-weight: normal; + font-size: @font-size-base; + color: @text-color; } h2 { line-height: 30px; font-size: 25px; + margin: 0 0 20px 0; + color: @text-color; } .sa-icon.sa-error { @@ -134,6 +138,7 @@ border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; + font-weight: normal; &.confirm, &.confirm:hover { background-color: @brand-primary !important;