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

Commit ef0cda8

Browse files
committed
Change "Security Phrase" font-weight
1 parent c670d95 commit ef0cda8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: res/css/_common.scss

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ input[type=search]::-webkit-search-results-decoration {
138138
input::placeholder,
139139
textarea::placeholder {
140140
opacity: initial;
141+
font-weight: 400;
142+
}
143+
input::-moz-placeholder,
144+
textarea::-moz-placeholder {
145+
opacity: .6;
146+
font-weight: 400;
141147
}
142148

143149
input[type=text], input[type=password], textarea {

0 commit comments

Comments
 (0)