| | |
| | | --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); |
| | | } |
| | | } |
| | |
| | | outline: none; |
| | | left: -1.5rem; |
| | | padding: 0; |
| | | color: var(--action-0); |
| | | color: rgb(var(--action-0)); |
| | | } |
| | | .glossary dt:target + dd, |
| | | .glossary dt.active + dd { |