Skip to content

Commit 0f57968

Browse files
committed
update: _title — change box-shadow
1 parent fcc951a commit 0f57968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/scss/modules/component/_title.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
user-select: none;
7171
pointer-events: none;
7272
background-color: var(--clr-background);
73-
box-shadow: 0 0.625rem 1.25rem hsla(270, 71%, 22%, 0.7);
73+
box-shadow: 0 0.625rem 1.25rem hsla(0, 0%, 0%, 0.4);
74+
// box-shadow: 0 0.625rem 1.25rem hsla(270, 71%, 22%, 0.7);
7475
padding: 1em;
7576
left: 50%;
7677
border-radius: 0.2em;

0 commit comments

Comments
 (0)