From a75211cab144feb79b3c2ed365131af30854863f Mon Sep 17 00:00:00 2001 From: Arnab Wahid Date: Sat, 17 Jun 2017 18:25:49 +0600 Subject: [PATCH] Add optgroup in Typography Added 'optgroup' in #Typography via both - - _typography.scss & - style.css It fixes the odd styling of the select element. --- sass/typography/_typography.scss | 1 + style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/sass/typography/_typography.scss b/sass/typography/_typography.scss index c6d9cea3..9450eb81 100644 --- a/sass/typography/_typography.scss +++ b/sass/typography/_typography.scss @@ -2,6 +2,7 @@ body, button, input, select, +optgroup, textarea { color: $color__text-main; font-family: $font__main; diff --git a/style.css b/style.css index 038f2fec..84707437 100644 --- a/style.css +++ b/style.css @@ -264,6 +264,7 @@ body, button, input, select, +optgroup, textarea { color: #404040; font-family: sans-serif;