Skip to content

Commit e7bef95

Browse files
committed
Add accent color to modal hint
1 parent a32c350 commit e7bef95

File tree

1 file changed

+3
-0
lines changed
  • src/client/lazy-app/Modal/ModalHelpIcon

1 file changed

+3
-0
lines changed

src/client/lazy-app/Modal/ModalHelpIcon/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ span.modal-hint {
77
composes: unbutton from global;
88

99
color: inherit;
10+
color: hsl(105deg 100% 90%);
1011

1112
display: flex;
1213
align-items: center;
1314
gap: 0.5rem;
1415

16+
/*
1517
text-decoration: underline dashed 1px currentColor;
1618
text-underline-offset: 0.25em;
19+
*/
1720
margin-right: 0.5rem;
1821
}
1922

0 commit comments

Comments
 (0)