Merge pull request #1123 from arnabwahid/add-optgroup-in-typography

Add `optgroup` in typography.

Fixes #1068
This commit is contained in:
David A. Kennedy 2017-06-17 16:04:56 +02:00 committed by GitHub
commit d90217c99b
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ body,
button,
input,
select,
optgroup,
textarea {
color: $color__text-main;
font-family: $font__main;

View File

@ -264,6 +264,7 @@ body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;