Dear web designers and developers who write CSS,

Is there anything you wish you could do to style a `<button>` or `<input type=button>` that you cannot easily do today in CSS???

@jensimmons sort of circuitous, but, a better way to reset/unstyle all elements at once without boilerplate
@jkuss I don't think I understand what you mean.
@jkuss @jensimmons Making <a> links look like buttons and <button> elements like links is more painful than it should be. I sometimes choose the semantically incorrect element because the necessary styles (padding, line height etc) are too annoying to tweak.
@matthiask @jkuss @jensimmons Doesn't `all: unset;` get you quite far there?
@loilo Interesting, this seems to work quite well!