Skip to content

Commit

Permalink
improved lightshow
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 18, 2024
1 parent c262753 commit e3e3f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/color_select_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ grand_parent: Vortex Engine
height: 50px;
margin: 6px;
border-radius: 50%;
border: 2px solid #777;
line-height: 50px;
cursor: pointer;
position: relative;
display: inline-block;
text-align: center;
border: 2px solid transparent;
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.slot.empty:hover {
Expand Down

0 comments on commit e3e3f6f

Please sign in to comment.