From 36582756412f6e01951033e5961e7d2575d26fbd Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Feb 2013 18:08:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=20hover=20focus=20active=20=EC=83=89=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index dbae0a5d5..41204967a 100644 --- a/css/default.css +++ b/css/default.css @@ -13,7 +13,7 @@ p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em} a:link, a:visited {color:#000;text-decoration:none} -a:hover, a:focus, a:active {color:#428ab4;text-decoration:underline} +a:hover, a:focus, a:active {color:#0e99ea;text-decoration:underline} /* 화면낭독기 사용자용 */ .sound_only {display:inline-block !important;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;border:0 !important;overflow:hidden !important}