From 55b0c4f47d81e4a7e54ff944996e74bd4e444921 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 21 May 2024 16:24:54 +0200 Subject: [PATCH] wip #6927 --- style/100-global.sass | 4 ++++ style/103-question-multiple.sass | 2 -- views/footer.blade.php | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index 25b273e..a71fbb3 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -14,6 +14,10 @@ body [data-icon] svg height: 20px +a + text-decoration: none + color: $texts-color + #quiz opacity: 0 transition: opacity 200ms diff --git a/style/103-question-multiple.sass b/style/103-question-multiple.sass index 0617ca3..eb566e6 100644 --- a/style/103-question-multiple.sass +++ b/style/103-question-multiple.sass @@ -16,8 +16,6 @@ display: flex a width: 100% - text-decoration: none - color: $texts-color label width: 100% height: auto diff --git a/views/footer.blade.php b/views/footer.blade.php index 0e07da7..00ac58e 100644 --- a/views/footer.blade.php +++ b/views/footer.blade.php @@ -1,20 +1,20 @@