From 90ffd597a35891f71665ee442b90e99d6e579118 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 16 Jan 2022 18:23:20 +0100 Subject: refactor(styles): rename shadow and border variables --- src/components/Widgets/ToC/ToC.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Widgets/ToC/ToC.module.scss') diff --git a/src/components/Widgets/ToC/ToC.module.scss b/src/components/Widgets/ToC/ToC.module.scss index a296659..a863a34 100644 --- a/src/components/Widgets/ToC/ToC.module.scss +++ b/src/components/Widgets/ToC/ToC.module.scss @@ -16,7 +16,7 @@ width: 100%; padding: var(--spacing-2xs) var(--spacing-sm); background: none; - border-bottom: fun.convert-px(1) solid var(--color-border-lighter); + border-bottom: fun.convert-px(1) solid var(--color-border-light); text-decoration: underline solid transparent 0; transition: all 0.16s ease-in-out 0s, text-decoration-color 0s; -- cgit v1.2.3