diff --git a/README.md b/README.md index fe8395f..220ec2c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Browser-based ETH vanity address generator Just type [`vanity-eth.tk`](https://vanity-eth.tk) to use it ⚡️ -[![Vanity-ETH](https://i.imgur.com/lv6Gej5.png)](https://vanity-eth.tk) +[![Vanity-ETH](https://i.imgur.com/zmSLeBP.png)](https://vanity-eth.tk) ## What's a vanity address? diff --git a/src/App.vue b/src/App.vue index 6c00a3e..653b6ef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -236,8 +236,14 @@ body padding: 0 font-family: 'Lato', sans-serif - background: $bg-1 - background: $background + background: $bg-fallback + background: linear-gradient(140deg, $bg-2 0%, $bg-1 100%) + @media screen and (max-width: 1200px) + background: linear-gradient(130deg, $bg-2 0%, $bg-1 100%) + @media screen and (max-width: 768px) + background: linear-gradient(120deg, $bg-2 0%, $bg-1 100%) + @media screen and (max-width: 480px) + background: linear-gradient(110deg, $bg-2 0%, $bg-1 100%) h1, h2, h3, h4, h5, h6, p, label margin: 0 diff --git a/src/assets/images/favicon.ico b/src/assets/images/favicon.ico index 4c3a333..8a28f5a 100644 Binary files a/src/assets/images/favicon.ico and b/src/assets/images/favicon.ico differ diff --git a/src/assets/images/favicon.psd b/src/assets/images/favicon.psd index 4b3e730..8570997 100644 Binary files a/src/assets/images/favicon.psd and b/src/assets/images/favicon.psd differ diff --git a/src/assets/images/readme.psd b/src/assets/images/readme.psd index b4b2c95..d94061f 100644 Binary files a/src/assets/images/readme.psd and b/src/assets/images/readme.psd differ diff --git a/src/assets/images/tick-mark.png b/src/assets/images/tick-mark.png index 42807f4..c37655c 100644 Binary files a/src/assets/images/tick-mark.png and b/src/assets/images/tick-mark.png differ diff --git a/src/css/variables.sass b/src/css/variables.sass index f5def7c..9e8e8d2 100644 --- a/src/css/variables.sass +++ b/src/css/variables.sass @@ -9,14 +9,13 @@ $panel-background-alt: #e0e0e0 $disabled: #c3c3c3 $placeholder: #b2b2b2 -$bg-1: #b490ca -$bg-2: #f68084 +$bg-1: #036ED9 +$bg-2: #0FF0B3 +$bg-fallback: #09c4c5 -$background: linear-gradient(to top, $bg-2 0%, $bg-1 100%) - -$primary: #ea969b -$secondary: #ffa0a0 -$error: #ff4a40 +$primary: #0cd3bc +$secondary: #46decc +$error: #ff839a $shadow: 1px 5px 10px rgba(0, 0, 0, 0.15) $shadow-big: 2px 10px 15px rgba(0, 0, 0, 0.15) diff --git a/src/vue/Corner.vue b/src/vue/Corner.vue index 6eacaff..5eda760 100644 --- a/src/vue/Corner.vue +++ b/src/vue/Corner.vue @@ -1,12 +1,15 @@ diff --git a/src/vue/Input.vue b/src/vue/Input.vue index fd1d079..295eb20 100644 --- a/src/vue/Input.vue +++ b/src/vue/Input.vue @@ -154,13 +154,11 @@ input + i:after content: '' - background: url("../assets/images/tick-mark.png") no-repeat 1px 2px + background: url("../assets/images/tick-mark.png") no-repeat top: 4px - left: 2px + left: 3px width: 15px height: 15px - font: normal 12px/16px FontAwesome - text-align: center position: absolute opacity: 0 position: absolute @@ -179,5 +177,6 @@ margin: 0 5px 0 0 padding: 0 line-height: 1em + font-size: 1.2em \ No newline at end of file diff --git a/src/vue/Statistics.vue b/src/vue/Statistics.vue index a9ac0b7..d0b8726 100644 --- a/src/vue/Statistics.vue +++ b/src/vue/Statistics.vue @@ -96,7 +96,7 @@ height: 100% width: 0 display: block - background-color: $secondary + background-color: $primary .percentage float: right