diff --git a/css/default_style.css b/css/default_style.css index cf53788633ca5c84f52f8bc584c0fff659f69af6..ed05970a5ec17b4e926bf9d1d374142abd757600 100755 --- a/css/default_style.css +++ b/css/default_style.css @@ -35,10 +35,10 @@ input{ } a:link, a:visited { - color: rgb(250,250,250); - text-decoration: none; + color: black; + text-decoration: underline; } a:hover { - color: rgb(167,180,4); -} \ No newline at end of file + opacity: 0.5; +} diff --git a/css/login.css b/css/login.css index be2cb6a571360d2cd2319d59aaec44d86c7a1420..e737b4eedfdc6b7b76f2521dad77147b11a7382e 100755 --- a/css/login.css +++ b/css/login.css @@ -13,9 +13,13 @@ height: auto; position: relative; } - +.login { + width: 55px; + height: 30px; + float: right; +} .register { width: 80px; height: 30px; float: right; -} \ No newline at end of file +} diff --git a/login/login.html b/login/login.html index 546409238fc322f2864366f21b045267e083e081..c76da270420622414a63fc2329cf10013d38e1e9 100755 --- a/login/login.html +++ b/login/login.html @@ -20,7 +20,7 @@ Password <input type="Password" name="user_password"><br/> - <input type="submit" value="Login" > + <input type="submit" class="button green login" value="GO!" > </form> <a href="sign_up.html">Don't have an account?</a><br/>