v1.4.0 - Scrappy’s Chocolate Bitters
Added
- Added
text-align: center;
to buttons. - Added
width: 100%;
toselect
elements. - Added
appearance: none;
to text inputs. - Added
height: 100%;
tohtml
andbody
elements.
Changed
- Changed the text color for
::placeholder
styles to be based on
$base-font-color
instead of using$medium-gray
.
Removed
- Removed
select[multiple]
selector.