| | |
| | | text-size-adjust: none; |
| | | overflow-x: hidden; |
| | | width: 100vw; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | |
| | | body, |
| | |
| | | } |
| | | |
| | | ::selection { |
| | | background: color-mix(in srgb, var(--tertiary) 75%, transparent); |
| | | background: color-mix(in srgb, var(--tertiary) 60%, transparent); |
| | | color: var(--darkgray); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | a { |
| | | font-weight: 600; |
| | | font-weight: $boldWeight; |
| | | text-decoration: none; |
| | | transition: color 0.2s ease; |
| | | color: var(--secondary); |
| | |
| | | |
| | | & .sidebar.right { |
| | | right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth); |
| | | flex-wrap: wrap; |
| | | & > * { |
| | | @media all and (max-width: $fullPageWidth) { |
| | | flex: 1; |
| | | min-width: 140px; |
| | | } |
| | | } |
| | | } |