Commit d005ba78d21d97453f6120eac2c49aadbf312a2b
Use default underline offset
The font's shape has changed; the descenders are longer. We can no longer position the underline so that it's clear below the “g” (even with the thicker underline) without it being too close to the next line.Grey Nicholson committed on 5/4/2022, 2:10:27 PM
Parent: 03b5def70190c5c38cdfaab41f0899d39fff6052
Files changed
static/style/tarazed.css | changed |
static/style/tarazed.css | ||
---|---|---|
@@ -197,9 +197,8 @@ | ||
197 | 197 … | nav :link strong, |
198 | 198 … | nav :visited strong { |
199 | 199 … | text-decoration: underline; |
200 | 200 … | text-decoration-thickness: max(1px, calc(1rem / 16)); |
201 | - text-underline-offset: calc(4rem / 16); | |
202 | 201 … | } |
203 | 202 … | |
204 | 203 … | :link:hover, |
205 | 204 … | :visited:hover, |
Built with git-ssb-web