diff --git a/static/style.css b/static/style.css index efa1aa1f56..4a493e56f1 100644 --- a/static/style.css +++ b/static/style.css @@ -57,7 +57,7 @@ body { } body { - font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; + font-family: Arial, "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; line-height: 1.5; color: #888; font-size: 14px; @@ -92,7 +92,7 @@ a { } a:hover { - color: #23C0FA; + color: #4DC4F0; } .clearfix:after { diff --git a/style/themes/default/custom.less b/style/themes/default/custom.less index a98563946e..befba2a691 100644 --- a/style/themes/default/custom.less +++ b/style/themes/default/custom.less @@ -7,7 +7,7 @@ // ------ Base & Require ------ @body-background : #fff; -@font-family : Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; +@font-family : Arial, "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif; @code-family : "PT Mono", Menlo, "Courier New", monospace; @text-color : #666; @font-size-base : 12px;