diff --git a/index.html b/index.html index 11bd8ed..98d19ea 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@

Create your account

This is step 1

+ + diff --git a/style.css b/style.css index 9aeff82..3f90b31 100644 --- a/style.css +++ b/style.css @@ -55,7 +55,7 @@ body { /*buttons*/ #msform .action-button { width: 100px; - background: #27AE60; + background: blue; font-weight: bold; color: white; border: 0 none; @@ -65,7 +65,7 @@ body { margin: 10px 5px; } #msform .action-button:hover, #msform .action-button:focus { - box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; + box-shadow: 0 0 0 2px white, 0 0 0 3px #000099;} } /*headings*/ .fs-title { @@ -127,5 +127,5 @@ body { /*The number of the step and the connector before it = green*/ #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; - color: white; + color: lightblue; } \ No newline at end of file