diff --git a/app.js b/app.js index 3db0ed8..00a3c52 100644 --- a/app.js +++ b/app.js @@ -15,11 +15,11 @@ const Input = require('./components/input.js') jdenticon.config = { lightness: { - color: [0.58, 0.73], + color: [0.58, 0.66], grayscale: [0.30, 0.90] }, saturation: { - color: 0.67, + color: 0.66, grayscale: 0.00 }, backColor: "#00000000" diff --git a/public/scss/style.scss b/public/scss/style.scss index e05d0ad..1fa5bc3 100644 --- a/public/scss/style.scss +++ b/public/scss/style.scss @@ -1,4 +1,4 @@ -$bg: #1b1b1b; +$bg: #1b1b1b; $bg0: #2c2c2c; $bg1: #353535; $bg2: #4b4b4b; @@ -6,26 +6,10 @@ $bg3: #888888; $bg4: #ebebeb; $bg5: #ffffff; -$amber: #de935f; - -/*Old scheme -$red: #bd2929; -$green: #2dbd29; -$yellow: #f0c674; -$blue: #81a2be; -$purple: #b294bb; -$cyan: #8abeb7;*/ -/* dark -$red: #a54242; -$green: #8c9440; -$yellow: #de935f; -$blue: #5f819d; -$purple: #85678f; -$cyan: #5e8d87; -*/ $red: #cc6666; $green: #b5bd68; $yellow: #f0c674; +$amber: #de935f; $blue: #81a2be; $purple: #b294bb; $cyan: #8abeb7; @@ -219,6 +203,14 @@ body { } } +.noselect { + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + user-select: none; +} + .fg-palet-red { color: $red; }