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