Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 5, 2021
1 parent 688ac96 commit 3877e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tokens/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ All color tokens are defined as a set of RGB integers, eg. `113 113 122`. CSS do

This may seem a bit verbose, but it gives us a super power — we can adjust the alpha channel of any color token!

## Adjusting the Alpha Channel
## Adjusting Alpha Channels

By default, color tokens produce an opaque color. With this syntax, you can easily change the alpha channel.
By default, color tokens produce an opaque color. With this syntax, you can easily adjust alpha channels.

```css
.example-with-alpha {
Expand Down

0 comments on commit 3877e89

Please sign in to comment.