Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Adds my 2nd transect
  • Loading branch information
ruthmoog authored Aug 12, 2024
1 parent 66b14ec commit a3bb8c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ button, #species {
line-height: 1rem;
}

button#toggleTransect {
box-shadow: 7px 7px 0 1px var(--border-color);
}

button:active {
color: var(--border-color);
box-shadow: 7px 7px 0 1px var(--border-color);
Expand Down Expand Up @@ -272,4 +276,4 @@ th {
#discardComment {
bottom: 32%;
margin-bottom: 4%;
}
}

0 comments on commit a3bb8c6

Please sign in to comment.