perf: optimize branded 404 artwork

This commit is contained in:
2026-08-31 12:07:38 -03:00
parent a3859f1efc
commit 5f20e5d2b7
9 changed files with 59 additions and 19 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 KiB

+6 -6
View File
@@ -957,7 +957,7 @@ dialog::backdrop {
.not-found-visual {
position: relative;
isolation: isolate;
width: clamp(190px, 39vmin, 414px);
width: clamp(127px, 26vmin, 276px);
max-width: 100%;
}
@@ -974,14 +974,14 @@ dialog::backdrop {
background:
radial-gradient(
ellipse at 50% 47%,
rgb(255 255 255 / 58%) 0%,
rgb(244 248 244 / 36%) 36%,
rgb(211 224 213 / 16%) 58%,
rgb(0 255 65 / 48%) 0%,
rgb(0 230 57 / 30%) 36%,
rgb(0 128 33 / 14%) 58%,
transparent 76%
),
radial-gradient(
ellipse at 50% 48%,
rgb(192 216 198 / 12%) 0%,
rgb(0 255 65 / 14%) 0%,
transparent 72%
);
content: "";
@@ -993,7 +993,7 @@ dialog::backdrop {
display: block;
width: 100%;
height: auto;
filter: contrast(1.06) drop-shadow(0 0 18px rgb(229 226 225 / 14%));
filter: contrast(1.06) drop-shadow(0 0 16px rgb(0 255 65 / 16%));
}
.not-found-action {