From 1ff9d3923779fe6d3e414474efb621006e141766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com> Date: Sun, 31 Mar 2019 17:00:28 +0200 Subject: [PATCH] wip --- src/styles/main.scss | 1 - src/styles/variables.scss | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index f432d5e8..ddfeed6c 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -143,7 +143,6 @@ li { } sib-route, -sib-trigger, sib-link { cursor: pointer; } diff --git a/src/styles/variables.scss b/src/styles/variables.scss index bf166046..4d38f7f0 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -26,8 +26,13 @@ $color-spun-pearl: hsl(244, 10%, 70%); $color-majorelle-blue: hsl(244, 73%, 62%); %backlink { - color: #3d4057; @include icon('arrow-left-circle'); + color: #3d4057; + text-decoration: underline; + + &::before { + text-decoration: none; + } } %button { -- GitLab