| | |
| | | body:has(nav.fixed) nav.on-this-page { |
| | | bottom: var(--btn); |
| | | } |
| | | body:has(.additional-actions button) nav.on-this-page{ |
| | | width: calc(100vw - var(--btn_) - 1rem); |
| | | } |
| | | |
| | | .on-this-page ul { |
| | | width: 100%; |
| | | gap: 0; |
| | | } |
| | | |
| | | .on-this-page li { |
| | | justify-content: center; |
| | | } |
| | | .on-this-page .active a { |
| | | background-color: rgba(var(--base-rgb),var(--op-6)); |
| | | color: var(--action-contrast); |
| | | } |
| | | .on-this-page a { |
| | | height: var(--chip); |
| | | padding: 0; |
| | | } |
| | | |
| | | /************************************************************** |
| | | VARIANT: LETTERS (nav.letters) |