this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Let's prettify all paragraphs

+10
+10
src/index.css
··· 148 148 } 149 149 } 150 150 151 + p { 152 + /* 153 + white-space is shorthand for two values; white-space-collapse and text-wrap 154 + https://developer.mozilla.org/en-US/docs/Web/CSS/white-space 155 + !important is needed to override higher specificity when elements are styled 156 + with `white-space` and 1 value, which doesn't have "pretty" 157 + */ 158 + text-wrap: pretty !important; 159 + } 160 + 151 161 a { 152 162 color: var(--link-color); 153 163 text-decoration-color: var(--link-faded-color);