| | |
| | | line-height: 1.4rem; |
| | | |
| | | &:has(> img) { |
| | | background-color: none; |
| | | background-color: transparent; |
| | | border-radius: 0; |
| | | padding: 0; |
| | | } |
| | |
| | | font-size: 0.9rem; |
| | | padding: 0.1rem 0.5rem; |
| | | border: 1px solid var(--lightgray); |
| | | width: max-content; |
| | | width: fit-content; |
| | | border-radius: 5px; |
| | | margin-bottom: -0.5rem; |
| | | color: var(--darkgray); |
| | |
| | | max-width: 100%; |
| | | border-radius: 5px; |
| | | margin: 1rem 0; |
| | | content-visibility: auto; |
| | | } |
| | | |
| | | p > img + em { |
| | |
| | | width: 100%; |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | .navigation-progress { |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | width: 0; |
| | | height: 3px; |
| | | background: var(--secondary); |
| | | transition: width 0.2s ease; |
| | | z-index: 9999; |
| | | } |