Use more neutral background color on Share page (#38621)

This commit is contained in:
diondiondion 2026-04-09 10:40:06 +02:00 committed by GitHub
parent 66fdd3ae65
commit b6f09b9a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;