- Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses. + Vanity-ETH is an open source tool using your web browser to generate Ethereum vanity addresses.
@@ -20,7 +20,7 @@
Once the web page is loaded, you can turn off the internet and continue
playing.
You can also download the latest build of Vanity-ETH on
- Github and use it
+ Github and use it
completely offline.
Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate
Ethereum addresses.
@@ -49,5 +49,5 @@
@import "../css/variables"
p
margin: 15px 0 20px
- color: $grey-text
+ color: $text-alt
\ No newline at end of file
diff --git a/src/vue/Error.vue b/src/vue/Error.vue
index f8c5de5..0d1353c 100644
--- a/src/vue/Error.vue
+++ b/src/vue/Error.vue
@@ -23,8 +23,8 @@
\ No newline at end of file
diff --git a/src/vue/Footer.vue b/src/vue/Footer.vue
index 71e7331..dd07c42 100644
--- a/src/vue/Footer.vue
+++ b/src/vue/Footer.vue
@@ -37,16 +37,17 @@
footer
padding: 1rem 0 0.5rem
background-color: $panel-background
- color: $grey-text
+ color: $text-alt
a
text-decoration: none
.address
margin-bottom: 20px
- color: $white-text
+ color: $text
a
font-family: "Courier New", "Courier", monospace
margin-left: 15px
word-break: break-all
+ font-weight: bold
.links
text-align: right
a
diff --git a/src/vue/Headline.vue b/src/vue/Headline.vue
index 8614009..1e26979 100644
--- a/src/vue/Headline.vue
+++ b/src/vue/Headline.vue
@@ -16,14 +16,14 @@
div
margin-bottom: 8em
- color: $white-text
+ color: $logo
font-family: 'Montserrat', sans-serif
text-align: center
h1
font-size: 3em
font-weight: 700
- border: 4px solid $white-text
+ border: 4px solid $logo
width: 7.8em
margin: 0 auto
@@ -44,7 +44,7 @@
margin-bottom: 4em
h1
font-size: 2.5em
- border: 3px solid $white-text
+ border-width: 3px
p
font-size: 1.4em
margin-top: 0.8em
@@ -61,7 +61,7 @@
@media screen and (max-width: 480px)
h1
font-size: 2em
- border: 2px solid $white-text
+ border-width: 2px
p
font-size: 1.2em
diff --git a/src/vue/Input.vue b/src/vue/Input.vue
index d9025fc..1305f9b 100644
--- a/src/vue/Input.vue
+++ b/src/vue/Input.vue
@@ -85,11 +85,11 @@
.error-text
display: none
font-size: 0.85em
- color: $red
+ color: $error
.error
input[type="text"]
- border: 1px solid $red
+ border: 1px solid $error
.error-text
display: block
@@ -103,7 +103,7 @@
cursor: pointer
position: relative
font-size: 1.2em
- color: $white-text
+ color: $text
font-weight: 400
&:last-child
margin-bottom: 0
diff --git a/src/vue/Result.vue b/src/vue/Result.vue
index d380d69..4ae3c14 100644
--- a/src/vue/Result.vue
+++ b/src/vue/Result.vue
@@ -49,13 +49,14 @@
width: 48px
height: 48px
margin: 0 15px
- background-color: $panel-background-clear
+ background-color: $panel-background-alt
.output
font-family: "Courier New", "Courier", monospace
- color: $grey-text
+ color: $text-alt
margin-left: 15px
word-break: break-all
+ font-weight: bold
.panel > div:not(:last-child)
margin-bottom: 15px
diff --git a/src/vue/Save.vue b/src/vue/Save.vue
index 1758017..176179d 100644
--- a/src/vue/Save.vue
+++ b/src/vue/Save.vue
@@ -60,7 +60,7 @@
.remodal
background-color: $panel-background
- color: $white-text
+ color: $text
.title
margin-bottom: 45px
.remodal-close
@@ -68,7 +68,7 @@
&:before
font-size: 2em
&:hover
- color: $white-text
+ color: $text
.hidden
display: none
diff --git a/src/vue/Statistics.vue b/src/vue/Statistics.vue
index 9b7e063..9e8a12b 100644
--- a/src/vue/Statistics.vue
+++ b/src/vue/Statistics.vue
@@ -89,14 +89,14 @@
width: 85%
margin: 5px 0
height: 18px
- background: $panel-background-clear
+ background: $panel-background-alt
float: left
.probability-bar
height: 100%
width: 0
display: block
- background-color: #d78716
+ background-color: $secondary
.percentage
float: right
@@ -108,17 +108,16 @@
div
font-size: 0.75em
h5
- color: $white-text
+ color: $text
font-weight: 500
.output
font-family: "Courier New", "Courier", monospace
font-size: 1.1em
- color: $grey-text
+ color: $text-alt
margin-left: 15px
word-break: break-all
-
@media screen and (max-width: 480px)
.percentage
left: -5px