From 3877e89277eafe769c3160c583998a103feca34b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 5 Aug 2021 09:49:25 -0400 Subject: [PATCH] reword --- docs/tokens/color.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tokens/color.md b/docs/tokens/color.md index 593658be..e4fb5fc5 100644 --- a/docs/tokens/color.md +++ b/docs/tokens/color.md @@ -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 {