You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
In your reset, I made a slight addition by adding the address selector to the resets that is used for the inputs and buttons. The address element, by default, is rendered italic.
e.g.
/* Inherit fonts for inputs and buttons */input,button,textarea,select,address {
font: inherit;
}
You open for a PR of this or does it have any negative effects?
The text was updated successfully, but these errors were encountered:
In your reset, I made a slight addition by adding the
address
selector to the resets that is used for the inputs and buttons. The address element, by default, is rendered italic.e.g.
You open for a PR of this or does it have any negative effects?
The text was updated successfully, but these errors were encountered: