-
Reminder when you use
initial
in CSS, you *probably* wantrevert
orunset
: - initial: use the spec default (always eg display: inline; color: black) - revert: use the browser/user styles (different per element) - unset: use inheritance where available, fallback to initial