Download raw body.
httpd: improve directory index CSS
> On 30 May 2024, at 13:59, Paul W. Rankin <rnkn@rnkn.xyz> wrote: > > This patch adds the CSS property font-variant-emoji: text to the > directory index. When supported this property prevents the unicode "up > and down" arrow being displayed as an emoji. Currently this property > needs to be explicitly enabled by users in Firefox and Safari, but will > hopefully be default soon. > > More info: > https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-emoji CSS font-variant-emoji is supported by upstream WebKit: https://www.webkit.org/css-status/#property-font-variant-emoji
httpd: improve directory index CSS