Skip to content

Commit 8975b74

Browse files
authored
Merge pull request #1310 from eda-git/patch-1
Fix tooltip color contrast to meet WCAG standards
2 parents 8dbe3b5 + 996de6a commit 8975b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/application.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ strong {
490490

491491
.tooltip--permissions:after{
492492
background-color: #d8f4d7;
493-
color: #298625;
493+
color: #1a5818;
494494
border-color: #3dc637;
495495
}
496496

0 commit comments

Comments
 (0)