提交 4c62682c 编写于 作者: C Catouse

* ajsuted color and text layout.

上级 56e1a17d
......@@ -128,7 +128,7 @@
@font-size-h6: ceil(@font-size-base * 0.85); // 12px
// Line height.
@line-height-base: 1.428571429; // 20/14
@line-height-base: 20/13; // 20/14
@line-height-computed: floor(@font-size-base * @line-height-base); // 20px
// Headings font.
......@@ -492,6 +492,8 @@
@article-font-size-h5: @font-size-base;
@article-font-size-h6: floor(@font-size-base * 0.86); // 12px
@article-headings-border-color: @color-gray-light;
@article-font-size: 14px;
@article-line-height: 25/14;
// CONTENTS LIST
......
......@@ -31,11 +31,13 @@
display: block;
padding: @nav-link-padding;
.transition(all,@animation-speed-fast,@animation-type);
color: @color-fore;
&:hover,
&:focus
{
text-decoration: none;
background-color: @nav-link-hover-bg;
color: @link-hover-color;
}
}
......@@ -252,6 +254,7 @@
> a
{
margin-left: 0;
.border-bottom-radius(0);
}
+ li
{
......@@ -264,7 +267,6 @@
&.nav-heading
{
margin-left: 0;
.border-bottom-radius(0);
.border-top-radius(@border-radius-base);
}
}
......@@ -273,7 +275,6 @@
{
> a
{
.border-top-radius(0);
.border-bottom-radius(@border-radius-base);
}
}
......
......@@ -49,6 +49,9 @@
.article-content
{
font-size: @article-font-size;
line-height: @article-line-height;
padding: @line-height-computed 0;
h1
......@@ -136,12 +139,3 @@ body.article-content
{
padding: 8px;
}
html[lang="zh-CN"],
html[lang="zh-cn"]
{
.article-content p
{
text-indent: 2em;
}
}
......@@ -39,6 +39,8 @@
}
}
a, a& {color: @color-fore}
.card-heading
{
display: block;
......@@ -70,6 +72,8 @@
{
top: 0;
}
a,a& {color: @link-hover-color}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册