From ec2a69aaafc7f72cf7c385d299000500f24fe4c8 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 24 Mar 2025 09:05:06 +0000 Subject: [PATCH] Update styles.css Signed-off-by: Charles de Dreuille --- packages/canon/src/components/Link/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/canon/src/components/Link/styles.css b/packages/canon/src/components/Link/styles.css index 40a4f340ca..ad65368cd3 100644 --- a/packages/canon/src/components/Link/styles.css +++ b/packages/canon/src/components/Link/styles.css @@ -14,7 +14,7 @@ * limitations under the License. */ -.canon-Link { +a.canon-Link { font-family: var(--canon-font-regular); color: var(--canon-fg-link); padding: 0; @@ -36,30 +36,30 @@ } } -.canon-Link--variant-body { +a.canon-Link--variant-body { font-size: var(--canon-font-size-3); line-height: 140%; } -.canon-Link--variant-subtitle { +a.canon-Link--variant-subtitle { font-size: var(--canon-font-size-4); line-height: 140%; } -.canon-Link--variant-caption { +a.canon-Link--variant-caption { font-size: var(--canon-font-size-2); line-height: 140%; } -.canon-Link--variant-label { +a.canon-Link--variant-label { font-size: var(--canon-font-size-1); line-height: 140%; } -.canon-Link--weight-regular { +a.canon-Link--weight-regular { font-weight: var(--canon-font-weight-regular); } -.canon-Link--weight-bold { +a.canon-Link--weight-bold { font-weight: var(--canon-font-weight-bold); }