Skip to content

Commit

Permalink
Update modal.css
Browse files Browse the repository at this point in the history
Added 1px black outline to icons. Addresses hydra-synth#299
  • Loading branch information
hellocatfood authored May 6, 2024
1 parent f2c53a6 commit 7465fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ transition: width 1s;
cursor: pointer;
pointer-events: auto;
font-size: 20px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.icon:hover{
Expand Down

0 comments on commit 7465fe8

Please sign in to comment.