diff --git a/client/assets/styles/colours.less b/client/assets/styles/colours.less index 16e972af..4d93f6fc 100644 --- a/client/assets/styles/colours.less +++ b/client/assets/styles/colours.less @@ -5,7 +5,7 @@ @white: #f5f5f5; // whitesmoke @purple: #9355b5; // 6lack - that far cover @yellow: #ffa100; -@silver: #c0c0c0; +@silver: #2c2c2c; @black: black; @gray: #222; diff --git a/client/assets/styles/instance.less b/client/assets/styles/instance.less index 52ad8fea..86e97a9f 100644 --- a/client/assets/styles/instance.less +++ b/client/assets/styles/instance.less @@ -54,11 +54,7 @@ button { &.highlight { - color: black; background: @silver; - // border: 1px solid @white; (this bangs around the vbox) - - // overwrite the classes on white svg elements svg { stroke-width: 0.75em; } diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 7012ec45..7e561607 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -151,14 +151,16 @@ button, input { &:hover { color: whitesmoke; border-color: @gray-hover; - // filter: url("#noiseFilter"); } &:focus { /*colour necesary to bash skellington*/ - outline: 0; } + + &:active { + filter: url("#noiseFilter"); + } } a { @@ -291,6 +293,7 @@ li { .logo { height: 4em; + filter: url("#noiseFilter"); background-image: url("../../assets/mnml.logo.text.svg"); background-size: contain; background-repeat: no-repeat; @@ -361,4 +364,12 @@ header { } } +#noise { + height: 0; +} + @import 'styles.mobile.less'; + +.highlight { + filter: url("#noiseFilter"); +} \ No newline at end of file diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less index aab8da8e..e217b100 100644 --- a/client/assets/styles/vbox.less +++ b/client/assets/styles/vbox.less @@ -147,16 +147,11 @@ } &.highlight { - color: black; background: @silver; // overwrite the classes on white svg elements svg { stroke-width: 0.75em; } - - .white { - stroke: black; - } } } diff --git a/client/src/components/front.page.jsx b/client/src/components/front.page.jsx index 808104ea..565d7946 100644 --- a/client/src/components/front.page.jsx +++ b/client/src/components/front.page.jsx @@ -8,7 +8,6 @@ const actions = require('./../actions'); const VERSION = process.env.npm_package_version; const Welcome = require('./welcome'); -const NoiseLogo = require('./noise.logo'); const addState = connect( function receiveState(state) { @@ -72,7 +71,7 @@ function Play(args) { return (
- +