Style “Default” Links

Add a style for “default” links:

  1. a[href]:not([class]) {
  2. color: #008000;
  3. text-decoration: underline;
  4. }

Now links that are inserted via a CMS, which don’t usually have a class attribute, will have a distinction without generically affecting the cascade.