/* Loaded only by templates/admin/base_site.html.

   Colour comes from the admin's own `#site-name a` rule, so this sets only
   what makes the link read as a secondary action rather than a second
   heading — `#site-name` is 1.5rem and light-weight, which the link would
   otherwise inherit. */
#site-name .workspace-link {
  margin-left: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid currentColor;
}
