Skip to content

Commit

Permalink
Make selected draggable color match the selected thumbnail color
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 28, 2023
1 parent 8982d3d commit ebfb2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
border-radius: 17px;
}
#overlayContainer .draggable.focused {
background-color: pink;
background-color: #8ab9db;
}
#overlayContainer .draggable.unfocused {
background-color: transparent;
Expand Down

0 comments on commit ebfb2c3

Please sign in to comment.