From 622642702ea444d1df7bca9e4b80a250e13c5970 Mon Sep 17 00:00:00 2001 From: Brian Lewis Date: Fri, 22 Jul 2022 16:18:02 -0500 Subject: [PATCH] fix(YALB-350): add link-themes --- tokens/atoms/links.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tokens/atoms/links.yml b/tokens/atoms/links.yml index 28e8b39..13bfc0f 100644 --- a/tokens/atoms/links.yml +++ b/tokens/atoms/links.yml @@ -9,3 +9,24 @@ link: value: "{size.thickness.2}" thick: value: "{size.thickness.8}" +link-themes: + "gray-800": + link-base: + value: "{color.basic.white.value}" + link-hover: + value: "{color.blue.light.value}" + "blue-yale": + link-base: + value: "{color.basic.white.value}" + link-hover: + value: "{color.blue.light.value}" + "gray-700": + link-base: + value: "{color.basic.white.value}" + link-hover: + value: "{color.gray.300.value}" + "gray-200": + link-base: + value: "{color.blue.yale.value}" + link-hover: + value: "{color.gray.700.value}"