🐛 Fix error page logo not visible in dark mode (#11167)

This commit is contained in:
Luis de Dios 2026-08-10 15:51:31 +02:00 committed by GitHub
parent 0fd2a9d26f
commit 16e52b0494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@
// SVG inside deco-before no class available on the raw element
.deco-before svg {
position: absolute;
fill: var(--color-foreground-secondary);
block-size: 1537px;
inline-size: px2rem(80);
inset-block-end: 0;
@ -76,6 +77,7 @@
// SVG inside deco-after2 no class available on the raw element
.deco-after2 svg {
fill: var(--color-foreground-secondary);
block-size: 1537px;
inline-size: px2rem(80);
}