]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6345 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2023 12:09:43 +0000 (14:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2023 12:09:43 +0000 (14:09 +0200)
.idea/deployment.xml [deleted file]
style/100-global.sass
style/101-header-footer.sass
style/style.sass

diff --git a/.idea/deployment.xml b/.idea/deployment.xml
deleted file mode 100644 (file)
index e69de29..0000000
index c26d6219c9ada8684cb1c5e7dd5e3cc6cdafc986..8cfb8f3201b187db29862fda9f57fad243228ce7 100644 (file)
@@ -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
 
index 7197c78d5799a91583088ce307525fbe74cbe6c3..f14be6fb566a3ea436bb32427041f46562ebe2d6 100644 (file)
@@ -13,7 +13,6 @@ header
 
 #logo
     height: 40px
-    filter: brightness(10)
 
 .header-question
     text-align: center
index 5df847d1b6853223edb3f4fabd6fe3fbe9b87f53..3b0ce56b2e7134b74fc054d52a6a40a8ea754cde 100644 (file)
@@ -12,3 +12,4 @@
 @import 105-outro
 @import 106-question-draganddrop
 @import 107-question-match
+