-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css): Fix 2 contrast issues (#2452)
* improve contrast of transform-style * improve contrast of text_emphasis_position * fix(css): change and add color to transform style change color and add a color attribute for transform style * Fix lint error --------- Co-authored-by: rohini_ranjan <> Co-authored-by: Michał Niedziółka <[email protected]>
- Loading branch information
1 parent
10909b7
commit 7f7dc1d
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ p { | |
} | ||
|
||
#example-element { | ||
text-emphasis: filled double-circle blue; | ||
text-emphasis: filled double-circle #ffb703; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters