Merge pull request #1123 from arnabwahid/add-optgroup-in-typography
Add `optgroup` in typography. Fixes #1068
This commit is contained in:
commit
d90217c99b
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ body,
|
|||
button,
|
||||
input,
|
||||
select,
|
||||
optgroup,
|
||||
textarea {
|
||||
color: $color__text-main;
|
||||
font-family: $font__main;
|
||||
|
|
|
@ -264,6 +264,7 @@ body,
|
|||
button,
|
||||
input,
|
||||
select,
|
||||
optgroup,
|
||||
textarea {
|
||||
color: #404040;
|
||||
font-family: sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue