diff --git a/Readme.md b/Readme.md index 0932091..337acfd 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i - `hr` is set to be a solid 1px line using `border-top` that inherits its color from its parent's `color` property. - Inline elements that carry style (`b`, `i`, `strong`, etc.) are not reset. - `canvas` and `iframe` maintain their default width and height (varies depending on the browser). -- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`. +- `button`, `select`, `textarea` and `input` are reset using `appearance: none`. - `textarea` maintains its default height. - `meter` and `progress` elements are not reset. - Replaced content like `img`, `iframe` and `svg` use `vertical-align: bottom` to prevent alignment issues.