Merge branch 'shadow-control-2.0' into themes3-grand-finale-maybe

This commit is contained in:
Henry Jameson 2024-09-29 19:24:02 +03:00
commit 596a1e4961
3 changed files with 11 additions and 3 deletions

View file

@ -168,6 +168,7 @@
}
.preview-block {
background: var(--background, var(--bg));
display: flex;
justify-content: center;
align-items: center;
@ -178,6 +179,8 @@
border-width: 0;
border-style: solid;
border-color: var(--border);
border-radius: var(--roundness);
box-shadow: var(--shadow);
}
}
}