From 427c48a2270d5c3ca8d40ed8f804e7e072a98ce5 Mon Sep 17 00:00:00 2001 From: ayamberkakienam <zackhardyz@gmail.com> Date: Thu, 5 Oct 2017 00:16:36 +0700 Subject: [PATCH] Edit a tag style --- css/default_style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default_style.css b/css/default_style.css index cf537886..e7906e20 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); + opacity: 10%; } \ No newline at end of file -- GitLab