mirror of
https://github.com/penpot/penpot.git
synced 2026-08-12 15:58:38 +00:00
🐛 Fix error page logo not visible in dark mode (#11167)
This commit is contained in:
parent
0fd2a9d26f
commit
16e52b0494
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user