From 38bbe4815893b1e51cb6d64058ceb6e59342f32f Mon Sep 17 00:00:00 2001
From: freedomfeather <fadlurohmanakmal@rocketmail.com>
Date: Thu, 5 Oct 2017 00:18:01 +0700
Subject: [PATCH] Mengganti style tag a

---
 css/default_style.css | 8 ++++----
 css/login.css         | 8 ++++++--
 login/login.html      | 2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/css/default_style.css b/css/default_style.css
index cf537886..ed05970a 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 be2cb6a5..e737b4ee 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 54640923..c76da270 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/>
-- 
GitLab