Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change "Security Phrase" font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
neer17 committed Oct 5, 2021
1 parent c670d95 commit ef0cda8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ input[type=search]::-webkit-search-results-decoration {
input::placeholder,
textarea::placeholder {
opacity: initial;
font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
font-weight: 400;
}

input[type=text], input[type=password], textarea {
Expand Down

0 comments on commit ef0cda8

Please sign in to comment.