Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit c6ac45b

Browse files
SubmissionBox hover shadow
1 parent 71578ee commit c6ac45b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ form > .row > label {
127127
background-color: #FFFFFF;
128128
}
129129

130+
.submission:hover {
131+
box-shadow: 0 0 16px rgba(33,33,33,.2);
132+
}
133+
130134
.submission-heading {
131135
font-weight: bold;
132136
padding: 0 8px 8px 8px

0 commit comments

Comments
 (0)