Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-09-28 06:16:33 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-28 06:16:33 +0300
commitc85776603151d35904709277b0a89fcbc200bc87 (patch)
tree18213be8043b2677cc3647c9f8fca0382eb9c674 /src
parent840c25a2e3cd07f9b5726ceeb4b15f44dc95d7fb (diff)
Update primary color to #5755d9
Diffstat (limited to 'src')
-rw-r--r--src/_accordions.scss1
-rw-r--r--src/_variables.scss4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/_accordions.scss b/src/_accordions.scss
index 47b6c6b..4c69686 100644
--- a/src/_accordions.scss
+++ b/src/_accordions.scss
@@ -30,6 +30,7 @@
}
}
+// Remove default details marker in Webkit
summary.accordion-header {
&::-webkit-details-marker {
display: none;
diff --git a/src/_variables.scss b/src/_variables.scss
index 400d581..2068adc 100644
--- a/src/_variables.scss
+++ b/src/_variables.scss
@@ -1,10 +1,10 @@
// Core variables
// Colors
// Core colors
-$primary-color: #5764c6 !default;
+$primary-color: #5755d9 !default;
$primary-color-dark: darken($primary-color, 3%) !default;
$primary-color-light: lighten($primary-color, 3%) !default;
-$secondary-color: lighten($primary-color, 40%) !default;
+$secondary-color: lighten($primary-color, 37.5%) !default;
$secondary-color-dark: darken($secondary-color, 3%) !default;
$secondary-color-light: lighten($secondary-color, 3%) !default;