Skip to content

Commit

Permalink
Update accent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 28, 2023
1 parent ebfb2c3 commit 95503cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
flex-direction: column;
}
.thumbnail-list-container-selected {
background-color: #8ab9db;
background-color: #74bff5c7;
border-radius: 10px;
}
#pageContainer {
Expand Down Expand Up @@ -105,7 +105,7 @@
border-radius: 17px;
}
#overlayContainer .draggable.focused {
background-color: #8ab9db;
background-color: #74bff5;
}
#overlayContainer .draggable.unfocused {
background-color: transparent;
Expand Down

0 comments on commit 95503cd

Please sign in to comment.