···148148 }
149149}
150150151151+p {
152152+ /*
153153+ white-space is shorthand for two values; white-space-collapse and text-wrap
154154+ https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
155155+ !important is needed to override higher specificity when elements are styled
156156+ with `white-space` and 1 value, which doesn't have "pretty"
157157+ */
158158+ text-wrap: pretty !important;
159159+}
160160+151161a {
152162 color: var(--link-color);
153163 text-decoration-color: var(--link-faded-color);