Jake Vanderwerf
5 days ago 75a097a018a0090f5902758353c578fce4aa2a25
src/glossary/style.scss
@@ -36,14 +36,14 @@
      --justify: center;
      padding: .25rem .5rem;
      hyphens: auto;
      background-color: rgba(var(--base-rgb),var(--op-45));
      background-color: rgba(var(--base),var(--op-45));
      word-wrap: anywhere;
      white-space: wrap;
   }
   a:hover,
   a:focus,
   a.active {
      background-color: rgba(var(--action-rgb), var(--op-6));
      background-color: rgba(var(--action-0), var(--op-6));
      color: var(--action-contrast);
   }
}
@@ -64,7 +64,7 @@
   outline: none;
   left: -1.5rem;
   padding: 0;
   color: var(--action-0);
   color: rgb(var(--action-0));
}
   .glossary dt:target + dd,
   .glossary dt.active + dd {