Skip to content

Commit f220542

Browse files
committed
Remove shadow
1 parent ea47f3e commit f220542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ a:active {
6969
vertical-align: middle;
7070
cursor: pointer;
7171
background: var(--color-accent);
72+
border: 2px solid rgb(255 255 255 / 50%);
7273
border-radius: 0.6rem;
7374
font-size: 1.5rem;
7475
font-weight: bold;
7576
line-height: 1;
7677
padding: 1rem 1.5rem;
77-
box-shadow: inset 0 5px 10px rgb(0 0 0 / 30%);
7878
transition: background-color 0.2s ease-in-out;
7979
}
8080

0 commit comments

Comments
 (0)