[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:
parent
1eac058989
commit
338884e37e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user