Set 512x512 favicon
All checks were successful
/ build (push) Successful in 12s

This commit is contained in:
lilith 2025-03-04 22:54:21 +01:00
commit f8d04bf39a
Signed by: lilith
SSH key fingerprint: SHA256:7kmBUkMCVUCN9z9MyGuBan8hifDCBaiG1RonGxdCB3A
11 changed files with 14 additions and 4 deletions

View file

@ -14,6 +14,7 @@
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="shortcut icon" href="../assets/image/favicon.png" />
<link
rel="stylesheet"
type="text/css"
@ -193,10 +194,10 @@
0.03125.
</p>
<p>
The value is needed for both drop shadows and inset shadows.
Sadly, the latter is currently not possible using plain CSS filters.
Which is why it requires the use of an SVG filter. But support for
external SVG filters (using
The value is needed for both drop shadows and inset shadows. Sadly,
the latter is currently not possible using plain CSS filters. Which is
why it requires the use of an SVG filter. But support for external SVG
filters (using
<code>url("filter.svg#filter-id")</code>) is still flaky, we instead
opted to have to versions of each glow. One using SVG filters for
use-cases which support it (like the logo), and one using CSS filters