Skip to content

Commit 3663cf4

Browse files
committed
Center the box-shadow and glow more
1 parent 09da9ee commit 3663cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ button[data-color]:hover,
144144
button[data-color]:active {
145145
border-color: var(--btn-color);
146146
background-color: var(--btn-color);
147-
box-shadow: 0 5px 15px var(--btn-color);
147+
box-shadow: 0 0 20px 5px var(--btn-color);
148148
color: var(--btn-text-hover);
149149
}
150150

0 commit comments

Comments
 (0)