diff --git a/index.html b/index.html index 11bd8ed..eb52001 100644 --- a/index.html +++ b/index.html @@ -36,8 +36,8 @@

Your presence on the social network

Personal Details

We will never sell it

- - + + @@ -50,4 +50,4 @@

We will never sell it

- \ No newline at end of file + diff --git a/style.css b/style.css index 9aeff82..a5ce780 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ html { /*background = gradient + image pattern combo*/ background: - linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); + linear-gradient(rgba(196, 102, 50, 0.6), rgba(155, 89, 182, 0.6)); } body { @@ -57,7 +57,7 @@ body { width: 100px; background: #27AE60; font-weight: bold; - color: white; + color: blue; border: 0 none; border-radius: 1px; cursor: pointer; @@ -128,4 +128,4 @@ body { #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; color: white; -} \ No newline at end of file +}