Skip to content

Commit

Permalink
fix(css): Improve contrast for angle (#2437)
Browse files Browse the repository at this point in the history
* improve contrast for angle

improve contrast by changing color.

* apply suggested color

* change color

* change text color

* fix ESLint error

fixing ESLint error take help from https://blog.devgenius.io/what-are-eslint-rules-d2d99bf5387

* restoring values

* fix eslint
  • Loading branch information
rohini-ranjanR committed Feb 26, 2023
1 parent 7b2a50d commit 685a062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion live-examples/css-examples/values-and-units/angle.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#example-element {
background-color: lightsalmon;
background-color: #0118f3;
padding: 0.75em;
width: 180px;
height: 120px;
color: white;
}

0 comments on commit 685a062

Please sign in to comment.