Skip to content

Commit 864a8e5

Browse files
committed
docs: fix make-it-yours backdrop to be thicker
1 parent 76e28f3 commit 864a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/make-it-yours/make-it-yours.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import CopyCssConfig from '../copy-css-config/copy-css-config';
1010
export default component$(() => {
1111
useStyles$(`
1212
.make-it-yours::backdrop {
13-
background: rgba(0,0,0,0.02);
13+
background: rgba(0,0,0,0.1);
1414
}
1515
1616
.make-it-yours {

0 commit comments

Comments
 (0)