From bdd58e85f4051721c076163d2a26d6292a9d759d Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 30 Apr 2013 17:52:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EA=B8=80=EC=9E=90=EC=83=89=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 86cf50317..8eaabb89c 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#fff;color:#3c4043;font-size:0.75em;font-family:"dotum"} +body {margin:0;padding:0;background:#fff;color:#000;font-size:0.75em;font-family:"dotum"} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} @@ -14,10 +14,10 @@ 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:#3c4043;text-decoration:none} +a:visited {color:#000;text-decoration:none} a:hover, a:focus, -a:active {color:#3c4043;text-decoration:underline} +a:active {color:#000;text-decoration:underline} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}