Skip to content

Commit ac2a548

Browse files
authored
use inherit for text colors (#136)
1 parent 889f76e commit ac2a548

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
169169
/* 1 */
170170
line-height: inherit;
171171
/* 1 */
172-
color: initial;
172+
color: inherit;
173173
/* 1 */
174174
margin: 0;
175175
/* 2 */

0 commit comments

Comments
 (0)