Skip to content

Commit

Permalink
Add accent color to modal hint
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Jul 26, 2023
1 parent a32c350 commit e7bef95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/lazy-app/Modal/ModalHelpIcon/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ span.modal-hint {
composes: unbutton from global;

color: inherit;
color: hsl(105deg 100% 90%);

display: flex;
align-items: center;
gap: 0.5rem;

/*
text-decoration: underline dashed 1px currentColor;
text-underline-offset: 0.25em;
*/
margin-right: 0.5rem;
}

Expand Down

0 comments on commit e7bef95

Please sign in to comment.