There seems to be a fair bit of redundancy, you might look up DRY / “Don’t Repeat Yourself” and bundle up some of the very similar rules. I’d also double check that you aren’t setting things that are already the default if you didn’t set anything at all, as might be the case for e.g. font-style: normal. And you could probably eliminate stuff like a:hover, I imagine it’d be pretty rare for folks to actually see that.
Last edited by phillipgessert; 01-20-2023 at 04:35 PM.
|