Browse Source

base style

pull/30/head
afc163 10 years ago
parent
commit
d26d20c059
  1. 4
      static/style.css
  2. 2
      style/themes/default/custom.less

4
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 {

2
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;

Loading…
Cancel
Save