[Glitch] Use more neutral background color on Share page

Port b6f09b9a2bd15d5858395e5f944420557578a0bf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2026-04-09 10:40:06 +02:00 committed by Claire
parent 1eac058989
commit 338884e37e

View File

@ -1,7 +1,7 @@
@use 'variables' as *; @use 'variables' as *;
.modal-layout { .modal-layout {
background: var(--color-bg-brand-softest); background: var(--color-bg-primary);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100vh; height: 100vh;
@ -37,6 +37,8 @@
} }
.with-zig-zag-decoration { .with-zig-zag-decoration {
isolation: isolate;
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;