From b4ec25cdb609a2d3fae1f244f8db612b4a030429 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Oct 2023 14:09:43 +0200 Subject: [PATCH] wait #6345 @0.5 --- .idea/deployment.xml | 0 style/100-global.sass | 3 ++- style/101-header-footer.sass | 1 - style/style.sass | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .idea/deployment.xml diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index e69de29..0000000 diff --git a/style/100-global.sass b/style/100-global.sass index c26d621..8cfb8f3 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -1,3 +1,4 @@ +@use 'sass:color' @import 005-utilities body @@ -63,7 +64,7 @@ body +font-size(20) &.primary - background: radial-gradient(at 16% 6px, rgb(255, 102, 186) -7%, $accent-color 74%) + background: radial-gradient(at 16% 6px, color.adjust($accent-color,$lightness: 20%) -7%, $accent-color 74%) box-shadow: 0 4px 6px rgba(0, 0, 0, .2) overflow: hidden diff --git a/style/101-header-footer.sass b/style/101-header-footer.sass index 7197c78..f14be6f 100644 --- a/style/101-header-footer.sass +++ b/style/101-header-footer.sass @@ -13,7 +13,6 @@ header #logo height: 40px - filter: brightness(10) .header-question text-align: center diff --git a/style/style.sass b/style/style.sass index 5df847d..3b0ce56 100644 --- a/style/style.sass +++ b/style/style.sass @@ -12,3 +12,4 @@ @import 105-outro @import 106-question-draganddrop @import 107-question-match + -- 2.39.5