git ssb

0+

Grey the earthling / gkn.me.uk



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.csschanged
static/style/tarazed.cssView
@@ -197,9 +197,8 @@
197197 nav :link strong,
198198 nav :visited strong {
199199 text-decoration: underline;
200200 text-decoration-thickness: max(1px, calc(1rem / 16));
201- text-underline-offset: calc(4rem / 16);
202201 }
203202
204203 :link:hover,
205204 :visited:hover,

Built with git-ssb-web